Add dynamic log level #1

Merged
Kim merged 6 commits from python3.10 into master 2022-08-13 12:30:22 +02:00
Showing only changes of commit e3dff0c61b - Show all commits

View File

@ -17,6 +17,9 @@ Values can be set case insensitive (DEBUG, debug, Debug).
- crit - crit
- critical - critical
## Requirements
- Python 3.10 or higher
## Usage example ## Usage example
```python ```python
# Setting LOG_LEVEL with `os.environ` is only necessary if environment variable has not been set before (e.g. outside Docker) # Setting LOG_LEVEL with `os.environ` is only necessary if environment variable has not been set before (e.g. outside Docker)