From 23943c013bfa17ebbf2c08f60682fd1024c87cc4 Mon Sep 17 00:00:00 2001 From: immarvin Date: Tue, 15 May 2012 07:14:41 +0000 Subject: [PATCH] fix defect :change all logger calls to put xcat msgs into local4 - ID: 3513525 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12702 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT/postscripts/setiscsiparms.awk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT/postscripts/setiscsiparms.awk b/xCAT/postscripts/setiscsiparms.awk index b63223b60..b9eb5c6a8 100755 --- a/xCAT/postscripts/setiscsiparms.awk +++ b/xCAT/postscripts/setiscsiparms.awk @@ -9,10 +9,10 @@ BEGIN { while(1) { if((ns |& getline) > 0) - print $0 | "logger -t xcat" + print $0 | "logger -t xcat -p local4.info" else { print "Retrying iSCSI paramater config script" - print "Retrying iSCSI paramater config script" | "logger -t xcat" + print "Retrying iSCSI paramater config script" | "logger -t xcat -p local4.info" close(ns) system("sleep 1") }