2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-03 03:50:08 +00:00

Merge pull request #1085 from neo954/issue760rsyslog

Fix issue #760, log tftp logs to /var/log/messages
This commit is contained in:
Xiaopeng Wang 2016-05-11 22:34:57 +08:00
commit 8a1d927ba9

View File

@ -1,2 +1,3 @@
# By default, dhcpd use the ``daemon'' facility. Thus dhcp logs will go here.
daemon.debug /var/log/messages
# ftp.* is for tftp log.
daemon.debug;ftp.* /var/log/messages