You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by "drummerwolli (via GitHub)" <gi...@apache.org> on 2023/06/07 10:47:59 UTC

[GitHub] [superset] drummerwolli opened a new pull request, #24308: feat(docker): add GUNICORN_LOGLEVEL env var

drummerwolli opened a new pull request, #24308:
URL: https://github.com/apache/superset/pull/24308

   
   ### SUMMARY
   to debug gunicorn, it is useful to specify the log level. This env var gives the possibility to define it in the docker image
   
   ### TESTING INSTRUCTIONS
   in the docker sub directory, run this to build and run the new container:
   
   `docker build -t test . && docker run --name test -e GUNICORN_LOGLEVEL=debug -it test`
   
   after the build logs, you will see that gunicorn logs now way more verbose than when running with the the `-e GUNICORN_LOGLEVEL=debug` flag.
   
   ### ADDITIONAL INFORMATION
   <!--- Check any relevant boxes with "x" -->
   <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue -->
   - [ ] Has associated issue:
   - [ ] Required feature flags:
   - [ ] Changes UI
   - [ ] Includes DB Migration (follow approval process in [SIP-59](https://github.com/apache/superset/issues/13351))
     - [ ] Migration is atomic, supports rollback & is backwards-compatible
     - [ ] Confirm DB migration upgrade and downgrade tested
     - [ ] Runtime estimates and downtime expectations provided
   - [ ] Introduces new feature or API
   - [ ] Removes existing feature or API
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


Re: [PR] feat(docker): add GUNICORN_LOGLEVEL env var [superset]

Posted by "drummerwolli (via GitHub)" <gi...@apache.org>.
drummerwolli commented on PR #24308:
URL: https://github.com/apache/superset/pull/24308#issuecomment-1897791165

   bump, anything missing to merge this?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org