python-coloredlogs
python-coloredlogs copied to clipboard
Colored terminal output for Python's logging module
Thanks for coloredlogs. There is issue that, even if coloredlogs is installed on a custom (app) logger (via `install(level=logging.DEBUG, logger=my_app_logger)`, it seems to interfere with `log level` of the root...
distutils.sysconfig is deprecated, use sysconfig.get_path("purelib") instead of distutils.sysconfig.get_python_lib() in setup.py
As stated in my title question, how should I change logging levels of other handles, like `logging.FileHandler` below. ``` logging_format = '%(asctime)s %(hostname)s %(username)s %(programname)s %(name)s[%(process)d] %(levelname)s %(message)s' logging_level =...
If I make a subprocess call (of any kind, Popen, run, check_call, check_output, e.t.c) it will break the coloring of every single further log. Windows Terminal:  PyCharm: ...
Solves #108 .
The shlex.quote() API is available from Python 3.3 on; pipes.quote() was never documented, and is removed in Python 3.13. Fixes #119.
``` $ gh repo clone xolox/python-coloredlogs $ cd python-coloredlogs $ tox -e py312 ``` (all tests pass) ``` $ tox -e py313 ``` ``` ==================================================================================================== ERRORS ==================================================================================================== ____________________________________________________________________________________ ERROR collecting...
Are there typing stub files for this module?
Is this project dead? because the last commit was made almost 4 years ago.