From b8763f4a24c859779cc9dfc796486756f3b632a4 Mon Sep 17 00:00:00 2001 From: Casandra Qiu Date: Thu, 24 Mar 2016 09:58:34 -0400 Subject: [PATCH] support timestamps per line for console output --- xCAT-server/lib/xcat/plugins/conserver.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/conserver.pm b/xCAT-server/lib/xcat/plugins/conserver.pm index 0688825f2..9d07c9656 100644 --- a/xCAT-server/lib/xcat/plugins/conserver.pm +++ b/xCAT-server/lib/xcat/plugins/conserver.pm @@ -264,7 +264,7 @@ sub docfheaders { push @newheaders,"default * {\n"; push @newheaders," logfile /var/log/consoles/&;\n"; - push @newheaders," timestamp 1hab;\n"; + push @newheaders," timestamp 1lab;\n"; push @newheaders," rw *;\n"; push @newheaders," master localhost;\n";