feat: add loguru-based logging with file rotation and stdout output

This commit is contained in:
Esa Kataja
2025-05-14 11:50:40 +03:00
parent f719ad5d80
commit cce8efa0f4
6 changed files with 53 additions and 10 deletions
+1
View File
@@ -8,4 +8,5 @@ dependencies = [
"pydantic>=2.11.4",
"typer==0.9.0",
"click==8.1.3",
"loguru>=0.7.3",
]