-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat(backend): add configurable logger #147
Conversation
@chenkins Could you have a look and let me know what you think about the defaults? Once settled, I will update the backend README. |
Co-authored-by: Serge Croisé <[email protected]>
Co-authored-by: Serge Croisé <[email protected]>
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, some questions.
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 apart from missing test coverage. Open an issue once for once we have unit test setup in place?
Changes
Added
Logger
class that allowsTRACE | DEBUG | INFO | WARN | ERROR | FATAL
)ALL | TRACE | DEBUG | INFO | WARN | ERROR | FATAL | OFF
)Related issues
Closes #53
Request for Comment
INFO
%d %-5p [%c]: %m
Checklist
docs
folder for relevant behavior changes.docs/CONTRIBUTING.md
are followed.