Omit loglevel
This commit is contained in:
parent
103f6ab33a
commit
ee42c89f48
2
game.py
2
game.py
|
@ -14,7 +14,7 @@ app = Flask(__name__,
|
|||
|
||||
config = ConfigParser()
|
||||
config.read('config.ini')
|
||||
logging.basicConfig(encoding='utf-8', level=logging.INFO)
|
||||
logging.basicConfig(encoding='utf-8', level=logging.INFO, format='%(message)s')
|
||||
logger = logging.getLogger('waitress')
|
||||
tz = pytz.timezone('Europe/Berlin')
|
||||
|
||||
|
|
Loading…
Reference in New Issue