liqian 2 years ago
parent
commit
69052d0e32
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app.py

+ 1 - 1
app.py

@@ -327,7 +327,7 @@ app = FlaskApp(__name__)
 
 @app.route('/healthcheck')
 def health_check():
-    log_.info('debug: ok!')
+    # log_.info('debug: ok!')
     return 'ok!'