-
Notifications
You must be signed in to change notification settings - Fork 8
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
Fix tests and reuse winston log message builder #1
base: master
Are you sure you want to change the base?
Conversation
Hey @AntonNguyen any news on this? |
options = options || {}; | ||
|
||
this.json = options.json || false; | ||
this.colorize = options.colorize || false; |
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.
Since this is always false when logging, we don't need to set it at all.
@chris-rock Your stuff looks good. One issue I have is the inconsistent indentation style. Some places we have 2 spaces, others we have 4 spaces. I was following this style guide, so it'd be great if you switched to 2 spaces. 😄 |
Hey @AntonNguyen Just updated everything to 2-spaces and fixed the settings for |
winston/lib/winston/common