-
-
Notifications
You must be signed in to change notification settings - Fork 171
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
Improve logger a bit #1026
Improve logger a bit #1026
Conversation
Simon-Laux
commented
Sep 30, 2019
•
edited
Loading
edited
- omit stacktrace for debug and info
- move core event logs to their own log channel (makes event output smaller and less annoying)
- change logile extention to .log.tsv
- add colors, time elapsed and generally rework main process logging a bit:
to make the logs more readable
in hope that libreoffice will always open them in calc now
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.
Very helpful. You said that core events are now in their own channel, how can i still see them?
With channel I mean channel of the logger. At the moment there is no filtering going on at all so all channels are displayed. We might develop a log reader that can filter the channels of the logfiles to make reading them easier.
after:
after all changes:
|