1
0
Fork 0
traefik/integration/fixtures/dual_logging/otlp_and_stdout.toml
2025-10-17 16:06:06 +02:00

24 lines
349 B
TOML

[global]
checkNewVersion = false
sendAnonymousUsage = false
[log]
level = "INFO"
[experimental]
otlpLogs = true
[log.otlp]
serviceName = "traefik-test"
[log.otlp.http]
endpoint = "{{ .CollectorURL }}"
[api]
insecure = true
[entryPoints]
[entryPoints.web]
address = ":8000"
[providers.docker]
exposedByDefault = false