set log level to INFO for improved logging clarity

This commit is contained in:
2025-06-03 13:17:13 +02:00
parent abe17d8c57
commit b874656eba
17 changed files with 68 additions and 25 deletions

View File

@@ -6,7 +6,7 @@ import sys
log = loguru.logger
log.remove()
log.add(sys.stdout)
log.add(sys.stdout, level="INFO")
log.add("logs/application.log", rotation="1 MB", retention="10 days")