-
Notifications
You must be signed in to change notification settings - Fork 74
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
Capture root logger messages in the Cell when using our custom log Handler (SYN-8012) #3922
base: master
Are you sure you want to change the base?
Conversation
…a initFromArgv, plumb it up into storm (SYN-8012)
…it in the root logger.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3922 +/- ##
==========================================
- Coverage 96.35% 96.24% -0.12%
==========================================
Files 245 245
Lines 54707 54755 +48
==========================================
- Hits 52715 52700 -15
- Misses 1992 2055 +63
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
if self._syn_log_queue is None: | ||
raise s_exc.SynErr(mesg='no queue available') | ||
for mesg in list(self._syn_log_queue): | ||
yield mesg |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
including leading timestamp
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Window this output so we can do live output
No description provided.