Add a log level flag.

This commit is contained in:
Brendan Burns
2014-12-15 11:09:32 -08:00
parent f81b6b218e
commit 878d85df0c
7 changed files with 7 additions and 5 deletions

View File

@@ -4,4 +4,4 @@
{% endif -%}
{% set master="-master=127.0.0.1:8080" -%}
DAEMON_ARGS="{{daemon_args}} {{master}}"
DAEMON_ARGS="{{daemon_args}} {{master}} {{pillar['log_level']}}"