ansible-doctor/ansibledoctor
Robert Kaussow 8e22e87a31
refactor: replace logger by structlog (#718)
BREAKING CHANGE: Replace the custom logger and `python-json-logger` with
`structlog`. This will also change the layout and general structure of
the log messages.

The original `python-json-logger` package is unmaintained and has caused
some issues. Using https://github.com/nhairs/python-json-logger.git
instead has fixed the logging issues but prevents PyPI package
uploads...

```
HTTP Error 400: Can't have direct dependency: python-json-logger@ git+https://github.com/nhairs/python-json-logger.git@v3.1.0. See https://packaging.python.org/specifications/core-metadata for more information.
```
2024-06-17 13:51:03 +02:00
..
templates feat: migrate to dynaconf to handle multi-source configuration (#708) 2024-06-07 21:51:10 +02:00
utils refactor: replace logger by structlog (#718) 2024-06-17 13:51:03 +02:00
__init__.py fix: make ansible-core an optional extra-dependency (#631) 2024-01-10 08:32:57 +01:00
annotation.py refactor: replace logger by structlog (#718) 2024-06-17 13:51:03 +02:00
cli.py refactor: replace logger by structlog (#718) 2024-06-17 13:51:03 +02:00
config.py refactor: replace logger by structlog (#718) 2024-06-17 13:51:03 +02:00
contstants.py refactor: rename modules to reflect pep8 recommendations (#27) 2021-01-01 13:50:41 +01:00
doc_generator.py refactor: replace logger by structlog (#718) 2024-06-17 13:51:03 +02:00
doc_parser.py refactor: replace logger by structlog (#718) 2024-06-17 13:51:03 +02:00
exception.py feat: add option to load templates from remote git sources (#717) 2024-06-12 20:59:55 +02:00
file_registry.py refactor: replace logger by structlog (#718) 2024-06-17 13:51:03 +02:00
template.py refactor: replace logger by structlog (#718) 2024-06-17 13:51:03 +02:00