Browse Source

[fix] endless logging recursion

Adam Tauber 10 years ago
parent
commit
39c3f5658e
1 changed files with 0 additions and 2 deletions
  1. 0 2
      searx/webapp.py

+ 0 - 2
searx/webapp.py

@@ -71,8 +71,6 @@ app = Flask(
 
 app.secret_key = settings['server']['secret_key']
 
-app.logger.addHandler(logger)
-
 babel = Babel(app)
 
 global_favicons = []