RE: [PATCH] log the facility/priority in the log files

From: Miller, Scott L (Scott.L.Miller@hp.com)
Date: Fri Sep 13 2002 - 22:33:46 CEST

  • Next message: Miller, Scott L: "RE: syslog patches"

    Ack,

    I hand edited the messages rather than running syslogd in different modes, and forgot to divide the facilities by 8!
    So, those message with the value.value should have looked like this:

    Sep 12 13:46:50 [4.5] testbox su(pam_unix)[14266]: authentication failure; [message truncated by me...]
    Sep 12 13:47:01 [4.6] testbox su(pam_unix)[14310]: session opened for user root by netman(uid=500)
    Sep 12 13:47:23 [0.6] testbox kernel: Kernel log daemon terminating.
    Sep 12 13:47:24 [16.5] testbox syslog: klogd shutdown succeeded
    Sep 12 13:47:24 [5.6] testbox exiting on signal 15

    Sep 12 13:46:50 [auth.notice(4.5)<37>] testbox su(pam_unix)[14266]: authentication failure; [message truncated by me...]
    Sep 12 13:47:01 [auth.info(4.6)<38>] testbox su(pam_unix)[14310]: session opened for user root by netman(uid=500)
    Sep 12 13:47:23 [kern.info(0.6)<6>] testbox kernel: Kernel log daemon terminating.
    Sep 12 13:47:24 [local0.notice(16.5)<133>] testbox syslog: klogd shutdown succeeded
    Sep 12 13:47:24 [syslog.info(5.6)<46>] testbox exiting on signal 15

    Sorry for any confusion this may have caused,

    -Scott L. Miller



    This archive was generated by hypermail 2.1.4 : Fri Sep 13 2002 - 22:34:00 CEST