json-logging-py icon indicating copy to clipboard operation
json-logging-py copied to clipboard

JSON / Logstash formatters for Python logging

Results 1 json-logging-py issues
Sort by recently updated
recently updated
newest added

``` format=[%(asctime)s.%(msecs)d] [%(levelname)s] [%(process)d: %(thread)d] [%(filename)s: %(funcName)s: %(lineno)d] %(message)s datefmt=%Y-%m-%d %H:%M:%S class=logging.Formatter ``` Previous log formatting was as above how to add these fields from a gunicorn `logging.conf` file ?