-
Notifications
You must be signed in to change notification settings - Fork 40
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
Added log levels #506
Added log levels #506
Conversation
158fba4
to
be39934
Compare
8154374
to
d1d83bb
Compare
@KeerthanaAP what is the default log level(what level messages will print if user doesn't mention anything)? |
With the current changes, Only warnings and errors will be printed by default. |
Either we need to change the default level to some value and print the meaningful messages with that default level otherwise it won't print most of the messages. |
Sure. Can we move all the log level one down as mentioned below. so that by default all the info messages will be printed.
|
sgtm |
d1d83bb
to
1809ae3
Compare
1809ae3
to
4eeef90
Compare
Done.Modified all the log level as mentioned and updated in the description |
4eeef90
to
3280cef
Compare
d1548a1
to
3af75f3
Compare
/retest-required |
48589cc
to
9bc1eac
Compare
/cc @kishen-v |
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.
There are a few places where the capitalisation is not uniform in the existing code, it can be made uniform across the files, as this PR already covers most lines of logs.
Few other things:
- Usage of trailing periods. (...)
- Avoid capitalisation of error statements and formatting them with a : before the format specifier can be looked into to bring uniformity.
fd46b99
to
bc23314
Compare
8950930
to
ad45d00
Compare
c58f3f2
to
d4dd907
Compare
5ace3eb
to
c7f0330
Compare
/hold cc: @mkumatag |
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.
minor one
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.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: KeerthanaAP, mkumatag The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/unhold |
Fix #34
As mentioned in the below table added log levels for the existing log messages.