我想使用 syslog 从远程应用程序进行日志记录。
不过我有一些问题:
例如 RFC 说:
If the originally formed message has a HOSTNAME field, then it
will contain the hostname as it knows itself. If it does not
have a hostname, then it will contain its own IP address.
这是什么意思?从我的应用程序到日志客户端库的消息,如果它包含一些主机名,那么它将被替换?
你能给我举个例子吗?
例如,我尝试过:
From localhost some data
或者
From ahost@aa some data
这些字符串存储在系统日志服务器中,因为它们是由我的应用程序发送到系统日志客户端库的。
由于上述要求,它们不应该有所不同吗?
我正在将 log4j 用于 syslog 客户端。
谢谢