We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b268ce8 commit 4ba8595Copy full SHA for 4ba8595
run.py
@@ -33,7 +33,6 @@
33
34
if DEBUG:
35
app.logger.info('DEBUG = ' + str(DEBUG) )
36
- app.logger.info('FLASK_ENV = ' + os.getenv('FLASK_ENV') )
37
app.logger.info('Page Compression = ' + 'FALSE' if DEBUG else 'TRUE' )
38
app.logger.info('DBMS = ' + app_config.SQLALCHEMY_DATABASE_URI)
39
app.logger.info('ASSETS_ROOT = ' + app_config.ASSETS_ROOT )
0 commit comments