Update logging location
This commit is contained in:
parent
2cde72b1a0
commit
65ba75a4e1
@ -18,7 +18,7 @@ else:
|
||||
|
||||
date = f'{datetime.datetime.now().year}-{datetime.datetime.now().month}-{datetime.datetime.now().day}'
|
||||
logging.basicConfig(
|
||||
filename=f'logs/{date}.log',
|
||||
filename=f'logs/discord/{date}.log',
|
||||
format='%(asctime)s - %(levelname)s - %(message)s',
|
||||
level=log_level
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user