mirror of
https://github.com/traefik/traefik.git
synced 2025-05-08 08:53:01 +00:00
15 lines
320 B
Markdown
15 lines
320 B
Markdown
# The Debug Mode
|
|
|
|
Getting More Information (Not For Production)
|
|
{: .subtitle }
|
|
|
|
The debug mode will make Traefik be _extremely_ verbose in its logs, and is NOT intended for production purposes.
|
|
|
|
## Configuration Example
|
|
|
|
??? example "TOML -- Enabling the Debug Mode"
|
|
|
|
```toml
|
|
[Global]
|
|
debug = true
|
|
``` |