czue commented on issue #3724: SECRET_KEY encrypts database secrets without 
warning, possibly breaking web interface if changed
URL: 
https://github.com/apache/incubator-superset/issues/3724#issuecomment-400927434
 
 
   @mistercrunch when I add the `-d` flag it does not pick up my local config, 
but when I remove it it does. see the output below (note the "loaded your LOCAL 
config" lines are missing in the debug output). Have also verified that the 
values are not present in the config, so it's not just a logging thing:
   
   ```
   (superset) $ superset runserver -d
   -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   Starting Superset server in DEBUG mode
   -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   
   2018-06-28 08:30:48,210:INFO:werkzeug: * Running on http://0.0.0.0:8088/ 
(Press CTRL+C to quit)
   2018-06-28 08:30:48,211:INFO:werkzeug: * Restarting with stat
   -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   Starting Superset server in DEBUG mode
   -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   
   2018-06-28 08:30:49,964:WARNING:werkzeug: * Debugger is active!
   2018-06-28 08:30:49,964:INFO:werkzeug: * Debugger PIN: 172-601-678
   
   (superset) $ superset runserver 
   2018-06-28 08:30:59,269:INFO:root:The Gunicorn 'superset runserver' command 
is deprecated. Please use the 'gunicorn' command instead.
   Starting server with command: 
   gunicorn -w 2 --timeout 60 -b  0.0.0.0:8088 --limit-request-line 0 
--limit-request-field_size 0 superset:app
   
   [2018-06-28 08:30:59 +0200] [14133] [INFO] Starting gunicorn 19.8.1
   [2018-06-28 08:30:59 +0200] [14133] [INFO] Listening at: http://0.0.0.0:8088 
(14133)
   [2018-06-28 08:30:59 +0200] [14133] [INFO] Using worker: sync
   [2018-06-28 08:30:59 +0200] [14136] [INFO] Booting worker with pid: 14136
   [2018-06-28 08:30:59 +0200] [14138] [INFO] Booting worker with pid: 14138
   Loaded your LOCAL configuration at 
[/home/czue/src/contracting/unicef/superset/superset_config.py]
   Loaded your LOCAL configuration at 
[/home/czue/src/contracting/unicef/superset/superset_config.py]
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to