feat: Add Trace in Base Provider.
This commit is contained in:
parent
242f1b9c3c
commit
b365836c57
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ type BaseProvider struct {
|
|||
Watch bool `description:"Watch provider"`
|
||||
Filename string `description:"Override default configuration template. For advanced users :)"`
|
||||
Constraints types.Constraints `description:"Filter services by constraint, matching with Traefik tags."`
|
||||
Trace bool `description:"Display additional provider logs (if available)."`
|
||||
}
|
||||
|
||||
// MatchConstraints must match with EVERY single contraint
|
||||
|
|
Loading…
Reference in a new issue