-
Notifications
You must be signed in to change notification settings - Fork 273
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
chore: logging corrections and tweaks #6553
Conversation
To see the exact exec time in the log files.
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.
Looks good! I think we should increase the verbosity of these new log lines from debug
to silly
, since they're quite fine-grained. Do you agree?
@thsig let's do that later. Now we need those log at the debug level to be able to see the timestamps of each operation in the log files. We do not log silly-level logs on disk, so we can't see timestamps. |
* chore: more precise log message on bad action name * chore: log action batches on debug-level To see the exact exec time in the log files. * chore: extra logging in the slow function
Revert some changes from #6553
* chore: remove excessive logging Revert some changes from #6553 * chore: log action preprocessing and ver merging durations * chore: print fine-grained messages on silly level * chore: remove outdated todo-comment * chore: log action pre-/processing batch exec time
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer: