mirror of
				https://github.com/blakeblackshear/frigate.git
				synced 2025-10-27 10:52:11 +01:00 
			
		
		
		
	minimize logging
This commit is contained in:
		
							parent
							
								
									587494068c
								
							
						
					
					
						commit
						e1251aafdb
					
				@ -21,7 +21,7 @@ bp = Blueprint('frigate', __name__)
 | 
			
		||||
def create_app(frigate_config, database: SqliteDatabase, camera_metrics, detectors, detected_frames_processor):
 | 
			
		||||
    app = Flask(__name__)
 | 
			
		||||
    log = logging.getLogger('werkzeug')
 | 
			
		||||
    log.setLevel(logging.INFO)
 | 
			
		||||
    log.setLevel(logging.ERROR)
 | 
			
		||||
 | 
			
		||||
    @app.before_request
 | 
			
		||||
    def _db_connect():
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user