1
0
Fork 0
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:
tim 2017-07-16 22:56:52 -07:00
parent f7ce35f47b
commit cb972b1515

View file

@ -189,7 +189,7 @@ func ValidateLogOpt(cfg map[string]string) error {
}
}
_, err := parseAddress(cfg["fluentd-address"])
_, err := parseAddress(cfg[addressKey])
return err
}