Add debug flag
Signed-off-by: Emile Vauge <emile@vauge.com>
This commit is contained in:
parent
86053ea54b
commit
86f3891a2b
2 changed files with 4 additions and 1 deletions
|
@ -19,6 +19,7 @@ import (
|
|||
// It's populated from the traefik configuration file passed as an argument to the binary.
|
||||
type GlobalConfiguration struct {
|
||||
GraceTimeOut int64
|
||||
Debug bool
|
||||
AccessLogsFile string
|
||||
TraefikLogsFile string
|
||||
LogLevel string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue