X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=plugins%2Fmcollective%2Faudit%2Flogfile.rb;fp=plugins%2Fmcollective%2Faudit%2Flogfile.rb;h=2d86295d1c2aa83510959a775057fac7d7155368;hb=b87d2f4e68281062df1913440ca5753ae63314a9;hp=0000000000000000000000000000000000000000;hpb=ab0ea530b8ac956091f17b104ab2311336cfc250;p=packages%2Fprecise%2Fmcollective.git diff --git a/plugins/mcollective/audit/logfile.rb b/plugins/mcollective/audit/logfile.rb new file mode 100644 index 0000000..2d86295 --- /dev/null +++ b/plugins/mcollective/audit/logfile.rb @@ -0,0 +1,25 @@ +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