feat: Add logging configuration to support dynamic log levels in config files
This commit is contained in:
@@ -33,6 +33,9 @@ backups:
|
||||
exports:
|
||||
path: "exports"
|
||||
|
||||
logging:
|
||||
level: "DEBUG" # DEBUG, INFO, WARNING, ERROR, CRITICAL
|
||||
|
||||
database:
|
||||
path: "data/krawl.db"
|
||||
retention_days: 30
|
||||
|
||||
Reference in New Issue
Block a user