Updated comments

This commit is contained in:
Diptanu Choudhury
2016-02-10 08:13:08 -08:00
parent 55730424af
commit 93d283c3a2
2 changed files with 43 additions and 4 deletions

View File

@@ -185,6 +185,7 @@ func (e *UniversalExecutor) Wait() (*ProcessState, error) {
return e.exitState, nil
}
// UpdateLogConfig updates the log configuration
func (e *UniversalExecutor) UpdateLogConfig(logConfig *structs.LogConfig) error {
e.ctx.LogConfig = logConfig
if e.lro == nil {