click-log icon indicating copy to clipboard operation
click-log copied to clipboard

Simple and beautiful logging for click applications

Results 13 click-log issues
Sort by recently updated
recently updated
newest added

The docs are not really verbose about how to use `click_log.basic_config()`. Most intuitive way would be for it to have the same usage as [here](https://docs.python.org/3/howto/logging.html#displaying-the-date-time-in-messages). I wanted it to show...

question

Hi, thanks for all your hard work on this. This commit https://github.com/click-contrib/click-log/commit/e26170d8f40a4817a9178582d02248c1f082a32e introduced a breaking change to the API. Is there a way that I can change my code to:...

question

is there a way to make it work with https://github.com/hynek/structlog from @hynek? ~~i am currently can't make it work with simple level configuration~~. e1: ```python import structlog import click_log log...