/** * WARNING: This FileLogger is automatically generated by Puppet. * ANY MANUAL CHANGES TO IT WILL GET OVERWRITTEN! */ /** * A FileLogger definition. You can create your own configuration files * in the conf.d directory (e.g. one per commnand). By default all *.conf * files in this directory are included. * */ object FileLogger "<%= @object_name %>" { <%- if @severity -%> severity = "<%= @severity -%>" <%- end -%> path = "<%= @path -%>" }