change loglevel to INFO
This commit is contained in:
parent
7fd3c662a5
commit
4a51c7bfb6
1 changed files with 1 additions and 1 deletions
2
bot.py
2
bot.py
|
@ -47,7 +47,7 @@ from simple_commands import help
|
||||||
|
|
||||||
logging.basicConfig(
|
logging.basicConfig(
|
||||||
format='%(asctime)s - %(name)s - %(levelname)s - %(message)s',
|
format='%(asctime)s - %(name)s - %(levelname)s - %(message)s',
|
||||||
level=logging.DEBUG)
|
level=logging.INFO)
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue