Merge pull request #133 from vivienlacourba/patch-1

don't add print-* logging options if destination is null
This commit is contained in:
Nate Riffe 2017-10-14 09:47:33 -05:00 committed by GitHub
commit 88f79dac26

View File

@ -12,7 +12,9 @@
<%- if @severity and @severity != '' -%>
severity <%= @severity %>;
<%- end -%>
<%- if @destination != 'null' -%>
print-category <%= @print_category ? 'yes' : 'no' %>;
print-severity <%= @print_severity ? 'yes' : 'no' %>;
print-time <%= @print_time ? 'yes' : 'no' %>;
<%- end -%>
};