Set log level to INFO by default
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
@@ -7,7 +7,7 @@ from .config import ServerConfig
|
|||||||
from .bot import Bot
|
from .bot import Bot
|
||||||
|
|
||||||
logging.basicConfig(
|
logging.basicConfig(
|
||||||
level=logging.DEBUG,
|
level=logging.INFO,
|
||||||
format="%(asctime)s - %(name)-12s - %(levelname)-8s - %(message)s",
|
format="%(asctime)s - %(name)-12s - %(levelname)-8s - %(message)s",
|
||||||
)
|
)
|
||||||
log = logging.getLogger(__name__)
|
log = logging.getLogger(__name__)
|
||||||
|
|||||||
Reference in New Issue
Block a user