bareos: master 990e6342
Author | Committer | Branch | Timestamp | Parent | |
---|---|---|---|---|---|
Marco van Wieringen | Marco van Wieringen | master | 2014-11-13 21:26 | master 3d0559fa | Pending |
Changeset | Fix syslog message destinations. - Up until now every message send to syslog was logged as LOG_DAEMON and LOG_ERR - This code adds the knowledge to use the right log level for things like debug, notice, info, error and critical errors into syslog. - The message destination parsing now also allows you to specifiy an syslog facility that should be used to log the syslog messages against. e.g. the following should now work: syslog = local0 = all To get all messages logged using the right log level to the LOG_LOCAL0 facility. |
||||
mod - src/lib/message.c | Diff File | ||||
mod - src/lib/message.h | Diff File | ||||
mod - src/lib/parse_conf.h | Diff File | ||||
mod - src/lib/res.c | Diff File | ||||
mod - src/win32/compat/compat.c | Diff File | ||||
mod - src/win32/compat/include/syslog.h | Diff File |