Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes blank lines & buffer lag, add alternative formatting options #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

whereisaaron
Copy link

@whereisaaron whereisaaron commented Jun 7, 2024

  • Eliminated the blank line emitted after every log line
  • Eliminated the block buffering lag that delayed log lines being relayed to supervisor's stdout
  • Added alternative handler names that enable relaying log lines unaltered, or with only the process name.

Fixes #25, #24, #21, #19
Supersedes pull requests: #11, #12

- Eliminated the blank line emitted after every log line
- Eliminated the block buffering lag that delayed log lines being relayed to supervisor's stdout
- Added alternative handler names that enable relaying log lines unaltered, or with only the process name.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

supervisor-stdout introduces some sort of buffer lag, delaying log lines up to ~10 minutes
1 participant