]> git.donarmstrong.com Git - dsa-puppet.git/blob - 3rdparty/modules/apache/templates/vhost/_logging.erb
add Openstack modules to 3rdparty
[dsa-puppet.git] / 3rdparty / modules / apache / templates / vhost / _logging.erb
1 <% if @error_log or @log_level -%>
2
3   ## Logging
4 <% end -%>
5 <% if @error_log -%>
6   ErrorLog "<%= @error_log_destination %>"
7 <% end -%>
8 <% if @log_level -%>
9   LogLevel <%= @log_level %>
10 <% end -%>