Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / xolox/python-coloredlogs issues and pull requests
#122 - Are there stub files for this module?
Issue -
State: open - Opened by boompig 5 months ago
#120 - Replace pipes.quote with shlex.quote on Python 3
Pull Request -
State: open - Opened by musicinmybrain 8 months ago
- 1 comment
#119 - Relies on the pipes module, removed from the standard library in Python 3.13
Issue -
State: open - Opened by musicinmybrain 8 months ago
#118 - Support `validate` and `defaults` keywords
Pull Request -
State: open - Opened by Pikaro about 1 year ago
#117 - Seems to interfere with logLevel of the root logger itself
Issue -
State: open - Opened by OnceUponATimeInAmerica almost 2 years ago
#116 - Enable use with Python versions 3.9-12
Pull Request -
State: open - Opened by zrajna almost 2 years ago
#115 - How do I control logging levels of other handles?
Issue -
State: open - Opened by clsteam almost 2 years ago
#114 - Same level is set for both StreamHandler and FileHanlder
Issue -
State: closed - Opened by ahmedheakl about 2 years ago
- 2 comments
#113 - Fixed! for people who have tried everything
Issue -
State: open - Opened by brick-y about 2 years ago
- 3 comments
#112 - Strange coloring failure with a subprocess call
Issue -
State: open - Opened by rlaphoenix over 2 years ago
- 1 comment
#111 - VMware Workstation windows 10 64x colors issue
Issue -
State: closed - Opened by skndrvoip over 2 years ago
- 1 comment
#110 - Examples of changing colours?
Issue -
State: open - Opened by GanizaniSitara almost 3 years ago
- 1 comment
#109 - add GitHub URL for PyPi
Pull Request -
State: closed - Opened by andriyor almost 3 years ago
#108 - Add defaults parameter to ColoredFormatter.__init__ in python3.10+
Issue -
State: open - Opened by dhouck about 3 years ago
#107 - UnicodeDecodeError can happen when passing objects as msg on python2
Issue -
State: open - Opened by perrinjerome over 3 years ago
#106 - stream's StandardErrorHandler shouldn't be a property
Issue -
State: open - Opened by RobinFrcd over 3 years ago
#105 - [BUG] 15.0.1 breaks `click.testing.CliRunner` run from `pytest` with `pytest-xdist`
Issue -
State: open - Opened by ITProKyle over 3 years ago
- 2 comments
#104 - Colorlogs outputting to terminal
Issue -
State: open - Opened by Solarapollo05 almost 4 years ago
#103 - support *stacklevel* argument
Issue -
State: open - Opened by jacobbogdanov almost 4 years ago
#102 - Way to not color file log handler?
Issue -
State: open - Opened by kylekeppler about 4 years ago
- 1 comment
#101 - output not being redirected by contextlib
Issue -
State: open - Opened by roedoejet about 4 years ago
#100 - isatty not detected correctly
Issue -
State: closed - Opened by gergelyk over 4 years ago
- 1 comment
#99 - setup.py: use absolute paths for pth files
Pull Request -
State: open - Opened by sbraz over 4 years ago
- 6 comments
#98 - autodetect ANSI capabilities only if user DOES NOT define use_colors
Pull Request -
State: closed - Opened by pabloa over 4 years ago
- 2 comments
#97 - respect isatty parameter
Pull Request -
State: closed - Opened by sudoerChris over 4 years ago
- 3 comments
#96 - Added support for multiline inputs.
Pull Request -
State: closed - Opened by cclloyd over 4 years ago
- 1 comment
#95 - isatty should force usage of the colored formatter
Pull Request -
State: closed - Opened by bitranox over 4 years ago
- 7 comments
#94 - coloredlogs and humanfiendly on travis ...
Issue -
State: closed - Opened by bitranox over 4 years ago
- 1 comment
#93 - Feature Request: please add PEP561 marker to be able to check with mypy .... its easy.
Issue -
State: open - Opened by bitranox over 4 years ago
#92 - Default stream for TTY-check is stderr
Pull Request -
State: closed - Opened by EpicWink over 4 years ago
- 7 comments
#91 - Windows 10 bug (related to pyreadline)
Issue -
State: open - Opened by TimothyClaeys almost 5 years ago
- 1 comment
#90 - Jenkins Output Issue
Issue -
State: closed - Opened by Binternet almost 5 years ago
- 2 comments
#89 - Preserve handler filters if present (allows Filter(s) to work with coloredlogs)
Pull Request -
State: closed - Opened by eblis almost 5 years ago
- 2 comments
#88 - Honor NO_COLOR environment variable
Issue -
State: closed - Opened by PhilippWendler almost 5 years ago
- 1 comment
#87 - Apply level dependent color formatting to other fields
Issue -
State: open - Opened by bwuerkner almost 5 years ago
- 2 comments
#86 - fix isatty parameter behaviour #84
Pull Request -
State: closed - Opened by heni almost 5 years ago
- 2 comments
#85 - coloredlogs output is only red in PyCharm
Issue -
State: open - Opened by nibu147 almost 5 years ago
- 4 comments
#84 - Option isatty=True not always working
Issue -
State: closed - Opened by pascal-hari almost 5 years ago
- 5 comments
#83 - Error output in app.run(main)
Issue -
State: open - Opened by 12343954 almost 5 years ago
#82 - AttributeError: module 'coloredlogs' has no attribute 'CAN_USE_BOLD_FONT'
Issue -
State: closed - Opened by AbdulRahmanAlHamali about 5 years ago
- 3 comments
#81 - Monochrome logging with version 14.0
Issue -
State: open - Opened by Arkangus about 5 years ago
- 6 comments
#80 - Drop support for EOL Python 3.4
Pull Request -
State: closed - Opened by hugovk about 5 years ago
- 3 comments
#79 - Add support for Python 3.8
Pull Request -
State: closed - Opened by hugovk about 5 years ago
- 2 comments
#78 - Option to force colored output
Issue -
State: closed - Opened by kittenswolf about 5 years ago
#77 - levelname format not showing
Issue -
State: closed - Opened by Puyodead1 over 5 years ago
- 2 comments
#76 - Feature Request : username, PID (analog to programname)
Issue -
State: closed - Opened by bitranox over 5 years ago
- 3 comments
Labels: feature-request
#75 - Proposal to change argument order in constructor to be consistent with stdlib
Issue -
State: closed - Opened by FlorianLudwig over 5 years ago
- 1 comment
Labels: compatibility
#74 - converter.capture: fix for py3 on darwin by performing ^D check before decoding
Pull Request -
State: closed - Opened by risicle over 5 years ago
- 1 comment
#73 - Logging to files doesn't function the same with coloredlogs installed
Issue -
State: open - Opened by Winning117 over 5 years ago
#72 - Allow to use ANSI codes on Windows
Pull Request -
State: closed - Opened by TheOneRing almost 6 years ago
- 1 comment
#71 - Windows 10 ANSI support
Issue -
State: closed - Opened by TheOneRing almost 6 years ago
- 3 comments
Labels: compatibility
#70 - Use check_call in tests to ensure command succeeds
Pull Request -
State: closed - Opened by cottsay almost 6 years ago
- 1 comment
#69 - Handle negative-offset timezones in tests
Pull Request -
State: closed - Opened by cottsay almost 6 years ago
- 1 comment
#68 - set_level causes log duplication
Issue -
State: open - Opened by vivekjoshy about 6 years ago
- 3 comments
#67 - coloredlogs.install Does NOT Honor the Command Line Parser click's --debug or --quite Options
Issue -
State: closed - Opened by LeesTimeDotCom about 6 years ago
- 1 comment
#66 - [Failing test] ColoredLogsTestCase.test_plain_text_output_format
Issue -
State: closed - Opened by mcepl about 6 years ago
- 2 comments
#65 - Support Python 3.7?
Issue -
State: closed - Opened by ebuildy about 6 years ago
- 6 comments
#64 - AttributeError: 'str' object has no attribute 'items'
Issue -
State: closed - Opened by ElusMagnus about 6 years ago
- 1 comment
Labels: compatibility
#63 - After PIP install, ImportError: No module named coloredlogs
Issue -
State: closed - Opened by Patronics about 6 years ago
- 3 comments
#62 - README: Use SVG badge for consistency
Pull Request -
State: closed - Opened by hugovk about 6 years ago
- 1 comment
#61 - Drop support for EOL Python 2.6
Pull Request -
State: closed - Opened by hugovk about 6 years ago
- 7 comments
#60 - Fix Flake8
Pull Request -
State: closed - Opened by hugovk about 6 years ago
- 2 comments
#59 - Error when user provides a customized record_factory function for 10.0 version
Issue -
State: closed - Opened by WeijieH over 6 years ago
- 1 comment
Labels: bug
#58 - Don't import coloredlogs if COLOREDLOGS_AUTO_INSTALL is set but empty.
Pull Request -
State: closed - Opened by anntzer over 6 years ago
- 3 comments
#57 - Map logging config dict directly to argument of coloredlogs.install()
Issue -
State: open - Opened by jtlz2 almost 7 years ago
#56 - error in logger
Issue -
State: closed - Opened by rakshaverma almost 7 years ago
- 1 comment
#55 - publish release notes
Issue -
State: closed - Opened by jab almost 7 years ago
- 2 comments
#54 - Consider not setting level on the colored handler
Issue -
State: open - Opened by gst almost 7 years ago
- 1 comment
#53 - Add `license` key to `setup.py`
Pull Request -
State: closed - Opened by althonos almost 7 years ago
- 3 comments
#52 - Prevent `colorize_format` from editing whitespace
Pull Request -
State: closed - Opened by ldesgoui almost 7 years ago
- 6 comments
#51 - Flask Integration
Issue -
State: closed - Opened by marcellodesales almost 7 years ago
- 1 comment
#50 - Coloring causes misalignment
Issue -
State: open - Opened by CarlyAmar almost 7 years ago
#49 - Align log message types
Issue -
State: open - Opened by johnthagen almost 7 years ago
- 1 comment
#48 - pipenv lock edge case problem in setup.py
Issue -
State: closed - Opened by daegontaven almost 7 years ago
- 2 comments
#47 - replaced logging.LogRecord to logging.getLogRecordFactory()
Pull Request -
State: closed - Opened by mastak about 7 years ago
- 2 comments
#46 - [Feature request] Logbook support
Issue -
State: open - Opened by Kristinita about 7 years ago
- 1 comment
Labels: feature-request, questionable-scope
#45 - Generate RFC 3339 timestamp
Issue -
State: closed - Opened by zxcvbn97 about 7 years ago
- 3 comments
#44 - Customize INFO log color
Issue -
State: closed - Opened by robinandeer over 7 years ago
- 1 comment
#43 - v7.3: Windows build requirements error (with fix)
Issue -
State: closed - Opened by btxgit over 7 years ago
- 1 comment
#42 - Set default date format in new `formatTime` method
Pull Request -
State: closed - Opened by malikoth over 7 years ago
- 2 comments
#41 - Fix demo to display the debug line
Pull Request -
State: closed - Opened by malikoth over 7 years ago
- 2 comments
#40 - Django integration
Issue -
State: open - Opened by jjlorenzo over 7 years ago
- 4 comments
#39 - AttributeError: 'Logger' object has no attribute 'success'
Issue -
State: closed - Opened by nrvale0 over 7 years ago
- 3 comments
#38 - Use module __name__ variable for logger name
Pull Request -
State: closed - Opened by johnthagen over 7 years ago
- 2 comments
#37 - Remove usage of deprecated logger.warn function
Pull Request -
State: closed - Opened by johnthagen over 7 years ago
- 2 comments
#36 - Better to use logger = logging.getLogger(__name__) in example?
Issue -
State: closed - Opened by johnthagen over 7 years ago
#35 - Support for 256-color output
Issue -
State: closed - Opened by anntzer over 7 years ago
- 2 comments
#34 - Include docs to sdist
Pull Request -
State: closed - Opened by ghisvail over 7 years ago
- 3 comments
#33 - 'NoneType' object is not callable
Issue -
State: closed - Opened by International over 7 years ago
- 2 comments
#32 - How to add logging filters to coloredlogs?
Issue -
State: closed - Opened by kingspp over 7 years ago
- 2 comments
#31 - By default, use _StderrHandler, which supports patching of sys.stderr.
Pull Request -
State: closed - Opened by anntzer almost 8 years ago
- 4 comments
#30 - coloredlog's streamhandler should re-fetch sys.stderr every time
Issue -
State: closed - Opened by anntzer almost 8 years ago
- 1 comment
#29 - deadlock between import and coloredlogs on Python 2.7
Issue -
State: closed - Opened by davidfraser almost 8 years ago
- 3 comments
#27 - feature request: additional log level for 'success'
Issue -
State: closed - Opened by nrvale0 almost 8 years ago
- 3 comments
#26 - problems installing coloredlogs 6.0
Issue -
State: closed - Opened by boegel almost 8 years ago
- 3 comments
#25 - I couldn't set the format through ColoredFormatter on Windows
Issue -
State: closed - Opened by mths0x5f about 8 years ago
- 3 comments
#24 - do not works with setting explicit logger
Issue -
State: closed - Opened by vitaly-zdanevich about 8 years ago
- 3 comments
#22 - coloredlogs --demo: command not found
Issue -
State: closed - Opened by vitaly-zdanevich about 8 years ago
- 1 comment
#18 - Problem when use coloredlogs with other libraries.
Issue -
State: closed - Opened by lightless233 over 8 years ago
- 7 comments
#17 - Support `style='{'` keyword argument in `install()`
Issue -
State: closed - Opened by gyscos almost 9 years ago
- 1 comment