Update log format for new cogs
This commit is contained in:
parent
f98fbfde12
commit
2f9bcec566
@ -76,7 +76,7 @@ def setup_logs(log_level:int=logging.DEBUG) -> str:
|
|||||||
logging.basicConfig(
|
logging.basicConfig(
|
||||||
level=log_level,
|
level=log_level,
|
||||||
handlers=(queue_handler,),
|
handlers=(queue_handler,),
|
||||||
format='[%(asctime)s] [%(levelname)-8s] [%(name)-17s]: %(message)s'
|
format='[%(asctime)s] [%(levelname)-8s] [%(name)-18s]: %(message)s'
|
||||||
)
|
)
|
||||||
|
|
||||||
# Create a new log file
|
# Create a new log file
|
||||||
|
Loading…
x
Reference in New Issue
Block a user