Skip to content

Commit 868085d

Browse files
author
mpgreg
authored
Update 6_APP_flask_app.py
1 parent 64e56b4 commit 868085d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

6_APP_flask_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
# This reduces the the output to the
1414
log = logging.getLogger('werkzeug')
15-
log.setLevel(logging.DEBUG)
15+
log.setLevel(logging.ERROR)
1616

1717
em = ExplainedModel(os.getenv('MODEL_NAME', 'test_model'))
1818
sample_size = 50

0 commit comments

Comments
 (0)