2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-30 00:01:56 +00:00

support timestamps per line for console output

This commit is contained in:
Casandra Qiu
2016-03-24 09:58:34 -04:00
committed by Victor Hu
parent d3807e08e6
commit b8763f4a24

View File

@@ -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";