mirror of
https://github.com/flancian/garden.git
synced 2026-08-08 15:36:19 +00:00
Lower logging volume
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ G = db.G
|
|||||||
|
|
||||||
logging.basicConfig(
|
logging.basicConfig(
|
||||||
filename='agora.log',
|
filename='agora.log',
|
||||||
level=logging.DEBUG,
|
level=logging.WARNING,
|
||||||
format='%(asctime)s %(levelname)s %(name)s %(threadName)s : %(message)s'
|
format='%(asctime)s %(levelname)s %(name)s %(threadName)s : %(message)s'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user