deconst/presenter

Production presenters are logging in DEBUG

Closed this issue · 0 comments

Despite PRESENTER_LOG_LEVEL being set to INFO:

core@deconst-drc-worker-blue-001 ~ $ docker inspect -f '{{ .Config.Env }}' presenter-1
[CONTENT_SERVICE_URL=http://content-service:8080/ CONTROL_REPO_PATH=/tmp/control-repo CONTROL_REPO_URL=https://github.com/rackerlabs/nexus-control.git CONTROL_REPO_BRANCH=master PRESENTED_URL_PROTO=https PRESENTED_URL_DOMAIN= PRESENTER_DIAGNOSTICS= PRESENTER_LOG_LEVEL=INFO PRESENTER_LOG_COLOR=false NODE_ENV=production PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin]

The presenters are still logging at DEBUG:

screen shot 2016-05-20 at 7 45 08 am