You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if you use it from within docker, it does not work as expected, instead of showing default behaviour with colours and milli seconds between messages it shows full time, to make it work as default, you need to add:
DEBUG_COLORS=true
to command line
I had to debug code to make it work, this behaviour could be documented, added in to readme file
The text was updated successfully, but these errors were encountered:
I think we're going to switch entirely to #582 and #612 in order to solve this problem. Thanks for bringing it up :) Closing in favor of those since there's a lot of duplicated discussion.
if you use it from within docker, it does not work as expected, instead of showing default behaviour with colours and milli seconds between messages it shows full time, to make it work as default, you need to add:
DEBUG_COLORS=true
to command line
I had to debug code to make it work, this behaviour could be documented, added in to readme file
The text was updated successfully, but these errors were encountered: