forked from Ponysearch/Ponysearch
[fix] endless logging recursion
This commit is contained in:
parent
c8be128e97
commit
39c3f5658e
1 changed files with 0 additions and 2 deletions
|
@ -71,8 +71,6 @@ app = Flask(
|
|||
|
||||
app.secret_key = settings['server']['secret_key']
|
||||
|
||||
app.logger.addHandler(logger)
|
||||
|
||||
babel = Babel(app)
|
||||
|
||||
global_favicons = []
|
||||
|
|
Loading…
Reference in a new issue