Skip to content

Commit

Permalink
Merge pull request #6 from CiscoCloud/loglevel
Browse files Browse the repository at this point in the history
Change default loglevel to info
  • Loading branch information
stevendborrelli committed Oct 5, 2015
2 parents 49c2cee + 8b9af1d commit a215d16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -e

# Required vars
NGINX_KV=${NGINX_KV:-nginx/template/default}
CONSUL_LOGLEVEL=${CONSUL_LOGLEVEL:-debug}
CONSUL_LOGLEVEL=${CONSUL_LOGLEVEL:-info}
CONSUL_SSL_VERIFY=${CONSUL_SSL_VERIFY:-true}

export NGINX_KV
Expand Down Expand Up @@ -41,7 +41,7 @@ Nginx vars:
Consul vars:
CONSUL_LOG_LEVEL Set the consul-template log level
(default debug)
(default info)
CONSUL_CONNECT URI for Consul agent
(default not set)
Expand Down

0 comments on commit a215d16

Please sign in to comment.