traefik/docs/content/operations/debug-mode.md
Gérald Croës ac6b11037d Documentation Revamp
Co-authored-by: jbdoumenjou <jb.doumenjou@gmail.com>
2019-02-26 14:50:07 +01:00

320 B

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
```