1
0
mirror of https://github.com/rancher/os.git synced 2025-09-16 15:09:27 +00:00

disable the DEBUG log spewing to console once the console is up - from there, its in dmesg

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit
2017-01-17 22:31:55 +10:00
parent 1761d770c9
commit 2980684ae0
2 changed files with 2 additions and 1 deletions

1
log/log.go Normal file → Executable file
View File

@@ -140,5 +140,4 @@ func InitLogger() {
}
thisLog.Debugf("START: %v in %s", os.Args, pwd)
}