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
{{ message }}
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.
v0.7.0's more forgiving timeouts are a welcome feature, thanks!
I noted that the log syntax changed in v0.7.0. I used the older syntax as a search query in papertrail to get realtime alerts on undesired events, and it used to be [warn] OR [error].
It is now #033[0m#033[31mERROR#033[0m OR #033[0m#033[31mWARN#033[0m. Was this an oversight or will warnings/errors be logged in this format from here on?
The text was updated successfully, but these errors were encountered:
I will look into adding some configuration to control when it uses colors. It also looks like the TTY detection may have regressed, so I will try to add that back.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
v0.7.0's more forgiving timeouts are a welcome feature, thanks!
I noted that the log syntax changed in v0.7.0. I used the older syntax as a search query in papertrail to get realtime alerts on undesired events, and it used to be
[warn] OR [error]
.It is now
#033[0m#033[31mERROR#033[0m
OR#033[0m#033[31mWARN#033[0m
. Was this an oversight or will warnings/errors be logged in this format from here on?The text was updated successfully, but these errors were encountered: