Replaces fluentd-address string by constant
Signed-off-by: tim <tim@fewagainstmany.com> Upstream-commit: cb972b1515428fd7a8ef573fa65af08a6fef669c Component: engine
This commit is contained in:
@@ -189,7 +189,7 @@ func ValidateLogOpt(cfg map[string]string) error {
|
||||
}
|
||||
}
|
||||
|
||||
_, err := parseAddress(cfg["fluentd-address"])
|
||||
_, err := parseAddress(cfg[addressKey])
|
||||
return err
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user