gpt4 book ai didi

linux - 在 syslog 消息中添加年份 (linux)

转载 作者:IT王子 更新时间:2023-10-29 00:12:58 27 4
gpt4 key购买 nike


我需要在 syslog 守护程序生成的日志消息中记录年份。特别是在 /var/log/secure 文件中。可能吗?

这里是正常系统日志消息的示例:

Feb 16 04:06:58 HOST sshd[28573]: Accepted password for USER from SOURCE port 7269 ssh2

我需要类似的东西:

Feb 16 2011 04:06:58 HOST sshd[28573]: Accepted password for USER from SOURCE port 7269 ssh2

提前致谢。

最佳答案

如果你使用 rsyslog,那很容易。引用如下:

  1. 修改/etc/rsyslog.conf 如下:

    ...
    authpriv.* /var/log/secure;RSYSLOG_FileFormat
    ...
  2. 然后要求 rsyslog 守护进程重新加载配置:

    $ kill -HUP <pid of rsyslog daemon>

更多引用:

关于linux - 在 syslog 消息中添加年份 (linux),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5065592/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com