mirror of
https://github.com/traefik/traefik.git
synced 2025-09-28 09:11:24 +02:00
feat: Add Trace in Base Provider.
This commit is contained in:
parent
242f1b9c3c
commit
b365836c57
@ -30,6 +30,7 @@ type BaseProvider struct {
|
|||||||
Watch bool `description:"Watch provider"`
|
Watch bool `description:"Watch provider"`
|
||||||
Filename string `description:"Override default configuration template. For advanced users :)"`
|
Filename string `description:"Override default configuration template. For advanced users :)"`
|
||||||
Constraints types.Constraints `description:"Filter services by constraint, matching with Traefik tags."`
|
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
|
// MatchConstraints must match with EVERY single contraint
|
||||||
|
Loading…
x
Reference in New Issue
Block a user