mirror of https://github.com/searxng/searxng.git
[fix] endless logging recursion
This commit is contained in:
parent
c8be128e97
commit
39c3f5658e
|
@ -71,8 +71,6 @@ app = Flask(
|
||||||
|
|
||||||
app.secret_key = settings['server']['secret_key']
|
app.secret_key = settings['server']['secret_key']
|
||||||
|
|
||||||
app.logger.addHandler(logger)
|
|
||||||
|
|
||||||
babel = Babel(app)
|
babel = Babel(app)
|
||||||
|
|
||||||
global_favicons = []
|
global_favicons = []
|
||||||
|
|
Loading…
Reference in New Issue