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
When logging to a file outside Docker (running the app directly), escape color sequences are present. I tried to explicitly use the optionuse_colors=False here:
Logging to a file when running outside Docker
I found this issue when experimenting with logging to a file using the configuration from documentation:
When logging to a file outside Docker (running the app directly), escape color sequences are present. I tried to explicitly use the option
use_colors=False
here:asab/asab/log.py
Lines 56 to 60 in 7c76f10
...but that didn't help.
The config:
The app:
Output:
The text was updated successfully, but these errors were encountered: