From 63bc1b4476fee5a2e18136bda16e061b3f2436a1 Mon Sep 17 00:00:00 2001 From: immarvin Date: Thu, 12 Apr 2012 05:37:26 +0000 Subject: [PATCH] change all logger calls to put xcat msgs into local4 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12210 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/toolscenter.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/toolscenter.pm b/xCAT-server/lib/xcat/plugins/toolscenter.pm index c8422deed..b63c08675 100644 --- a/xCAT-server/lib/xcat/plugins/toolscenter.pm +++ b/xCAT-server/lib/xcat/plugins/toolscenter.pm @@ -251,7 +251,7 @@ BEGIN { while(1) { if((ns |& getline) > 0) - print $0 | "logger -t xcat" + print $0 | "logger -p local4.info -t xcat" if($0 == "ready") print flag |& ns