memcached (openstack) is no longer in use
[mirror/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 -%>