Omit loglevel
This commit is contained in:
		
							parent
							
								
									103f6ab33a
								
							
						
					
					
						commit
						ee42c89f48
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								game.py
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								game.py
									
										
									
									
									
								
							|  | @ -14,7 +14,7 @@ app = Flask(__name__, | ||||||
| 
 | 
 | ||||||
| config = ConfigParser() | config = ConfigParser() | ||||||
| config.read('config.ini') | 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') | logger = logging.getLogger('waitress') | ||||||
| tz = pytz.timezone('Europe/Berlin') | tz = pytz.timezone('Europe/Berlin') | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue