Logging formating issue in production #153
Answered
by
Ankitjd18
ashuSvirus
asked this question in
Q&A
-
ProductionProvide at least:
Expected Behavior
Actual Behavior
|
Beta Was this translation helpful? Give feedback.
Answered by
Ankitjd18
Mar 6, 2019
Replies: 1 comment
-
This is because of below Colorize logging is used to generate better console logs but it provides messy log file with unwanted characters related to the color. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
reidmorrison
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is because of below
config.colorize_logging = true
setting it to
false
solves the problem.Colorize logging is used to generate better console logs but it provides messy log file with unwanted characters related to the color.