mirror of
https://github.com/rancher/os.git
synced 2025-09-09 02:31:36 +00:00
Get RancherOS logging to throw debug logs to a remote syslog server when the kernel netconsole is configured
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
@@ -108,7 +108,10 @@ func ApplyConsole(cfg *rancherConfig.CloudConfig) {
|
||||
}
|
||||
}
|
||||
|
||||
util.RunCommandSequence(cfg.Runcmd)
|
||||
err := util.RunCommandSequence(cfg.Runcmd)
|
||||
if err != nil {
|
||||
log.Error(err)
|
||||
}
|
||||
}
|
||||
|
||||
func WriteFiles(cfg *rancherConfig.CloudConfig, container string) {
|
||||
|
Reference in New Issue
Block a user