-
Notifications
You must be signed in to change notification settings - Fork 9
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: Improve logging output #139
Conversation
I decided to increase the amount of information you get the more verbose you set the logs to be. Here are the formats (my standard color scheme is orange fg and black bg): What's nice is, now the trace logging will display the line number in the code which will perfect for debugging! |
Thinking about it, probably don't want to have white for the time in case users use a white background |
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.
Actually, uhh, why is most of the text orange in your screenshot? Shouldn't color be used as a highlight and not just added to everything for the sake of it. Or is this a setting of your terminal?
Orange color is usually used to indicate warning or attention, along with yellow for caution. I think that terminals automatically switch colors from black to white & vice-versa when switching the theme. |
The orange is my personal color scheme. The parts of the log that aren't orange are the colors that are added. |
No description provided.