lib/remote_syslog/cli.rb in remote_syslog-1.6.9 vs lib/remote_syslog/cli.rb in remote_syslog-1.6.10
- old
+ new
@@ -237,9 +237,13 @@
end
if config['new_file_check_interval']
@agent.glob_check_interval = config['new_file_check_interval']
end
+
+ if config['prepend']
+ @agent.prepend = config['prepend']
+ end
end
def run
Thread.abort_on_exception = true