mirror of
https://github.com/dtomlinson91/panaetius.git
synced 2025-12-22 04:55:44 +00:00
add todo
This commit is contained in:
16
docs/todo.todo
Normal file
16
docs/todo.todo
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
Features:
|
||||||
|
☐ Add simple one-line logger
|
||||||
|
☐ Try Typer
|
||||||
|
<https://typer.tiangolo.com/>
|
||||||
|
|
||||||
|
|
||||||
|
One-line logger
|
||||||
|
```
|
||||||
|
LOGGER = panaetius.set_logger(
|
||||||
|
CONFIG,
|
||||||
|
panaetius.CustomLogger(
|
||||||
|
logging_format='{"time": "%(asctime)s", "logging_level":"%(levelname)s", "message": "%(message)s"}',
|
||||||
|
logging_level=CONFIG.logging_level,
|
||||||
|
),
|
||||||
|
)
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user