Skip to content

Commit b7c4cce

Browse files
committed
Merge branch 'master' of https://github.com/CodeForPhilly/paws-data-pipeline into execute-adjustments
2 parents 0761e29 + ca3cfed commit b7c4cce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/server/app.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
app.register_blueprint(common_api)
2626
app.register_blueprint(user_api)
2727

28-
app.logger.setLevel('INFO')
28+
29+
app.logger.setLevel('INFO') # By default, Docker appears to set at INFO but VSCode at WARNING
2930

3031
# init_db_schema.start(connection)
3132

0 commit comments

Comments
 (0)