mirror of
				https://github.com/TitanEmbeds/Titan.git
				synced 2025-11-03 23:37:09 +01:00 
			
		
		
		
	Set logger to info
This commit is contained in:
		@@ -5,7 +5,7 @@ import aiohttp
 | 
			
		||||
import asyncio
 | 
			
		||||
import sys
 | 
			
		||||
import logging
 | 
			
		||||
logging.basicConfig(filename='titanbot.log',level=logging.DEBUG,format='%(asctime)s %(message)s', datefmt='%m/%d/%Y %I:%M:%S %p')
 | 
			
		||||
logging.basicConfig(filename='titanbot.log',level=logging.INFO,format='%(asctime)s %(message)s', datefmt='%m/%d/%Y %I:%M:%S %p')
 | 
			
		||||
logging.getLogger('TitanBot')
 | 
			
		||||
logging.getLogger('sqlalchemy')
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user