syslog.conf.classic
来自「MSyslog是一个允许在Linux下运行的网络系统日志程序」· CLASSIC 代码 · 共 20 行
CLASSIC
20 行
#This lines are equivalent we recommend the latter for msyslog*.* /var/log/all*.* %classic /var/log/all#This lines are equivalent we recommend the latter for msyslog#This sends a WALL message. A message to all logged users*.emerg **.emerg %classic *#This lines are equivalent we recommend the latter for msyslog#This sends syslog output to a logging host through UDP transport*.notice @loghost.domain.com*.notice %classic @loghost.domain.com#This lines are equivalent we recommend the latter for msyslog#This sends all alert and higher messages to root*.alert root*.alert %classic root
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?