Closed kittenswolf closed 4 years ago
There should be an option to force colored output. For example, when using coloredlogs with nohup - e.g nohup python3 -u script.py &, no colors are added to the logs.
nohup
nohup python3 -u script.py &
There should be an option like force_colors=True.
force_colors=True
There should be an option to force colored output. For example, when using coloredlogs with
nohup
- e.gnohup python3 -u script.py &
, no colors are added to the logs.There should be an option like
force_colors=True
.