mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Replaces fluentd-address string by constant
Signed-off-by: tim <tim@fewagainstmany.com>
This commit is contained in:
parent
f7ce35f47b
commit
cb972b1515
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ func ValidateLogOpt(cfg map[string]string) error {
|
|||
}
|
||||
}
|
||||
|
||||
_, err := parseAddress(cfg["fluentd-address"])
|
||||
_, err := parseAddress(cfg[addressKey])
|
||||
return err
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue