DEBUG c'est quand même très verbeux -> passage à INFO:x
This commit is contained in:
		@@ -19,7 +19,7 @@ import time
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
logging.basicConfig(
 | 
					logging.basicConfig(
 | 
				
			||||||
        format='(%(levelname)s) [%(threadName)s] %(message)s',
 | 
					        format='(%(levelname)s) [%(threadName)s] %(message)s',
 | 
				
			||||||
        level=logging.DEBUG
 | 
					        level=logging.INFO
 | 
				
			||||||
        )
 | 
					        )
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Global shutdown flag
 | 
					# Global shutdown flag
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user