修改Mcollective支持syslog输出,同时将默认的utc时间修改为本地时间。

module MCollective
  module RPC
    # An audit plugin that just logs to a file
    #
    # You can configure which file it logs to with the setting
    #
    #   plugin.rpcaudit.logfile

    class Logfile