Merge pull request #1 from liv3d/move_custom_config

Move custom config to above the main log block
This commit is contained in:
Dan Offord 2016-11-17 15:53:37 +00:00 коммит произвёл GitHub
Родитель eb0a61e999 9088121a28
Коммит 5ac6606f62
1 изменённых файлов: 6 добавлений и 5 удалений

Просмотреть файл

@ -12,6 +12,12 @@ auth,authpriv.* /var/log/secure
auth.info;authpriv.info /var/log/auth.log
<% end -%>
<% end -%>
<% if @log_local_custom -%>
# Custom fragment
<%= @log_local_custom %>
<% end -%>
<% if @log_local -%>
<% if scope.lookupvar('rsyslog::log_style') == 'debian' -%>
# First some standard log files. Log by facility.
@ -112,8 +118,3 @@ uucp,news.crit -/var/log/spooler
# Save boot messages also to boot.log
local7.* -/var/log/boot.log
<% end -%>
<% if @log_local_custom -%>
# Custom fragment
<%= @log_local_custom %>
<% end -%>