mirror of
https://github.com/rancher/os.git
synced 2025-09-21 02:19:48 +00:00
Installing 0.7.1, and then rebooting, and doing a ros upgrade to a faked up latest works \o/
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
@@ -117,9 +117,7 @@ func InitLogger() {
|
||||
return
|
||||
}
|
||||
|
||||
// TODO: look into containerized syslog
|
||||
//filename := "/dev/kmsg"
|
||||
filename := "/var/log/log"
|
||||
filename := "/dev/kmsg"
|
||||
f, err := os.OpenFile(filename, os.O_WRONLY, 0644)
|
||||
if err != nil {
|
||||
logrus.Debugf("error opening %s: %s", filename, err)
|
||||
|
Reference in New Issue
Block a user