mirror of
https://github.com/myned/modufur.git
synced 2024-11-01 21:02:38 +00:00
Uncommented logger for warnings
This commit is contained in:
parent
f232eee071
commit
2334dada9e
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
import asyncio
|
||||
import datetime as dt
|
||||
import json
|
||||
# import logging as log
|
||||
import logging as log
|
||||
import subprocess
|
||||
import sys
|
||||
import traceback as tb
|
||||
|
@ -18,7 +18,7 @@ from misc import exceptions as exc
|
|||
from misc import checks
|
||||
from utils import utils as u
|
||||
|
||||
# log.basicConfig(level=log.INFO)
|
||||
log.basicConfig(level=log.WARNING)
|
||||
|
||||
|
||||
class HelpFormatter(commands.HelpFormatter):
|
||||
|
|
Loading…
Reference in a new issue