issues
search
xolox
/
python-coloredlogs
Colored terminal output for Python's logging module
https://coloredlogs.readthedocs.io
MIT License
545
stars
44
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Are there stub files for this module?
#122
boompig
opened
1 month ago
0
Replace pipes.quote with shlex.quote on Python 3
#120
musicinmybrain
opened
5 months ago
1
Relies on the pipes module, removed from the standard library in Python 3.13
#119
musicinmybrain
opened
5 months ago
0
Support `validate` and `defaults` keywords
#118
pikaro
opened
9 months ago
0
Seems to interfere with logLevel of the root logger itself
#117
OnceUponATimeInAmerica
opened
1 year ago
0
Enable use with Python versions 3.9-12
#116
zrajna
opened
1 year ago
0
How do I control logging levels of other handles?
#115
clsteam
opened
1 year ago
0
Same level is set for both StreamHandler and FileHanlder
#114
ahmedheakl
closed
1 year ago
2
Fixed! for people who have tried everything
#113
brick-y
opened
1 year ago
2
Strange coloring failure with a subprocess call
#112
rlaphoenix
opened
1 year ago
1
VMware Workstation windows 10 64x colors issue
#111
skndrvoip
closed
2 years ago
1
Examples of changing colours?
#110
GanizaniSitara
opened
2 years ago
1
add GitHub URL for PyPi
#109
andriyor
closed
1 year ago
0
Add defaults parameter to ColoredFormatter.__init__ in python3.10+
#108
dhouck
opened
2 years ago
0
UnicodeDecodeError can happen when passing objects as msg on python2
#107
perrinjerome
opened
3 years ago
0
stream's StandardErrorHandler shouldn't be a property
#106
RobinFrcd
opened
3 years ago
0
[BUG] 15.0.1 breaks `click.testing.CliRunner` run from `pytest` with `pytest-xdist`
#105
ITProKyle
opened
3 years ago
2
Colorlogs outputting to terminal
#104
lillian-alicia
opened
3 years ago
0
support *stacklevel* argument
#103
jacobbogdanov
opened
3 years ago
0
Way to not color file log handler?
#102
kylekeppler
opened
3 years ago
1
output not being redirected by contextlib
#101
roedoejet
opened
3 years ago
0
isatty not detected correctly
#100
gergelyk
closed
3 years ago
1
setup.py: use absolute paths for pth files
#99
sbraz
opened
4 years ago
6
autodetect ANSI capabilities only if user DOES NOT define use_colors
#98
pabloa
closed
3 years ago
2
respect isatty parameter
#97
BugCheck141
closed
3 years ago
3
Added support for multiline inputs.
#96
cclloyd
closed
2 years ago
1
isatty should force usage of the colored formatter
#95
bitranox
closed
3 years ago
7
coloredlogs and humanfiendly on travis ...
#94
bitranox
closed
3 years ago
1
Feature Request: please add PEP561 marker to be able to check with mypy .... its easy.
#93
bitranox
opened
4 years ago
0
Default stream for TTY-check is stderr
#92
EpicWink
closed
3 years ago
7
Windows 10 bug (related to pyreadline)
#91
TimothyClaeys
opened
4 years ago
1
Jenkins Output Issue
#90
Binternet
closed
1 year ago
2
Preserve handler filters if present (allows Filter(s) to work with coloredlogs)
#89
eblis
closed
3 years ago
2
Honor NO_COLOR environment variable
#88
PhilippWendler
closed
3 years ago
1
Apply level dependent color formatting to other fields
#87
bwuerkner
opened
4 years ago
2
fix isatty parameter behaviour #84
#86
heni
closed
3 years ago
2
coloredlogs output is only red in PyCharm
#85
nibu147
opened
4 years ago
4
Option isatty=True not always working
#84
pascal-hari
closed
3 years ago
5
Error output in app.run(main)
#83
12343954
opened
4 years ago
0
AttributeError: module 'coloredlogs' has no attribute 'CAN_USE_BOLD_FONT'
#82
AbdulRahmanAlHamali
closed
4 years ago
3
Monochrome logging with version 14.0
#81
Arkangus
opened
4 years ago
6
Drop support for EOL Python 3.4
#80
hugovk
closed
4 years ago
3
Add support for Python 3.8
#79
hugovk
closed
4 years ago
2
Option to force colored output
#78
kittenswolf
closed
4 years ago
0
levelname format not showing
#77
Puyodead1
closed
4 years ago
2
Feature Request : username, PID (analog to programname)
#76
bitranox
closed
4 years ago
3
Proposal to change argument order in constructor to be consistent with stdlib
#75
FlorianLudwig
closed
4 years ago
1
converter.capture: fix for py3 on darwin by performing ^D check before decoding
#74
risicle
closed
4 years ago
1
Logging to files doesn't function the same with coloredlogs installed
#73
Winning117
opened
5 years ago
0
Allow to use ANSI codes on Windows
#72
TheOneRing
closed
4 years ago
1
Next