mod_posix: Support syslog_facility config option

remotes/origin/0.11
Matthew Wild 14 years ago
parent 43ea784252
commit 0502e8bcec
  1. 2
      plugins/mod_posix.lua

@ -112,7 +112,7 @@ end
local syslog_opened;
function syslog_sink_maker(config)
if not syslog_opened then
pposix.syslog_open("prosody");
pposix.syslog_open("prosody", module:get_option_string("syslog_facility"));
syslog_opened = true;
end
local syslog, format = pposix.syslog_log, string.format;

Loading…
Cancel
Save