diff options
Diffstat (limited to 'puppet/modules/obfsproxy/templates')
-rw-r--r-- | puppet/modules/obfsproxy/templates/etc_conf.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/obfsproxy/templates/etc_conf.erb b/puppet/modules/obfsproxy/templates/etc_conf.erb index 3313b326..d9938e1a 100644 --- a/puppet/modules/obfsproxy/templates/etc_conf.erb +++ b/puppet/modules/obfsproxy/templates/etc_conf.erb @@ -7,5 +7,5 @@ PARAM=--password=<%= @param %> <% else %> PARAM=<%= @param %> <% end %> -LOG=info +LOG=<%= @log_level %> |