From 810dc8730a1cad9f65fc304b92df712298c425f4 Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Wed, 11 May 2016 15:33:32 +0800 Subject: [PATCH] Log tftp logs to /var/log/messages --- xCAT/etc/rsyslog.d/xcat-debug.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xCAT/etc/rsyslog.d/xcat-debug.conf b/xCAT/etc/rsyslog.d/xcat-debug.conf index 300fc8178..4756b300d 100644 --- a/xCAT/etc/rsyslog.d/xcat-debug.conf +++ b/xCAT/etc/rsyslog.d/xcat-debug.conf @@ -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