我正在使用ubuntu14.04服务器。
使用apache,php,nodejs和mysql 没有什么特别的服务。
但是从oneday出现了奇怪的日志。
如下所示
logger: unrecognized option '--rfc3164'
Usage:
logger [options] [message]
Options:
-d, --udp use UDP (TCP is default)
-i, --id log the process ID too
-f, --file <file> log the contents of this file
-h, --help display this help text and exit
-n, --server <name> write to this remote syslog server
-P, --port <number> use this UDP port
-p, --priority <prio> mark given message with this priority
-s, --stderr output message to standard error as well
-t, --tag <tag> mark every line with this tag
-u, --socket <socket> write to this Unix socket
-V, --version output version information and exit
执行每个命令后显示。
我试过杀死每一项服务。但它没有修改。
并找到所有文件使用logger
。我认为它涉及rsyslogd
,但我无法弄清楚如何删除或修改它。
任何知道如何解决这个问题的人?