log info about TOML configuration file using
+glide update flaeg & staert +fix README.md +fix configFile flag description Signed-off-by: Martin <martin.piegay@zenika.com>
This commit is contained in:
parent
aad5f52968
commit
d8ad30f38a
5 changed files with 28 additions and 17 deletions
|
@ -14,7 +14,7 @@ import (
|
|||
// TraefikConfiguration holds GlobalConfiguration and other stuff
|
||||
type TraefikConfiguration struct {
|
||||
GlobalConfiguration
|
||||
ConfigFile string `short:"c" description:"Timeout in seconds. Duration to give active requests a chance to finish during hot-reloads"`
|
||||
ConfigFile string `short:"c" description:"Configuration file to use (TOML)."`
|
||||
}
|
||||
|
||||
// GlobalConfiguration holds global configuration (with providers, etc.).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue