set log level to INFO for improved logging clarity
This commit is contained in:
@@ -14,7 +14,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")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user