Lower logging volume

This commit is contained in:
2021-03-07 19:32:46 +01:00
parent 5792fec15a
commit 4c60d7f9ea
+1 -1
View File
@@ -29,7 +29,7 @@ G = db.G
logging.basicConfig(
filename='agora.log',
level=logging.DEBUG,
level=logging.WARNING,
format='%(asctime)s %(levelname)s %(name)s %(threadName)s : %(message)s'
)