python-coloredlogs icon indicating copy to clipboard operation
python-coloredlogs copied to clipboard

Colored terminal output for Python's logging module

Results 39 python-coloredlogs issues
Sort by recently updated
recently updated
newest added

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: ![Windows Terminal](https://user-images.githubusercontent.com/17136956/201468863-39448e5b-0db9-444f-ab23-83a6ee332aa2.png) PyCharm: ![PyCharm](https://user-images.githubusercontent.com/17136956/201468940-2a811cd0-0d8c-4f1c-9f86-8d4c945200c8.png)...

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.