mirror of
https://github.com/moby/moby.git
synced 2026-07-20 22:43:06 +00:00
Replaces fluentd-address string by constant
Signed-off-by: tim <tim@fewagainstmany.com>
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