mirror of
				https://github.com/open-webui/open-webui
				synced 2025-06-26 18:26:48 +00:00 
			
		
		
		
	fix: update logging configuration in env.py
This commit is contained in:
		
							parent
							
								
									90c3d68f00
								
							
						
					
					
						commit
						03618fd2e0
					
				@ -27,7 +27,7 @@ config = context.config
 | 
			
		||||
# Interpret the config file for Python logging.
 | 
			
		||||
# This line sets up loggers basically.
 | 
			
		||||
if config.config_file_name is not None:
 | 
			
		||||
    fileConfig(config.config_file_name)
 | 
			
		||||
    fileConfig(config.config_file_name, disable_existing_loggers=False)
 | 
			
		||||
 | 
			
		||||
# add your model's MetaData object here
 | 
			
		||||
# for 'autogenerate' support
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user