1
0
mirror of https://github.com/j178/prek.git synced 2026-04-03 17:34:03 +02:00
Files
prek/docs/debugging.md
2025-09-10 15:16:34 +08:00

10 lines
274 B
Markdown

# Debugging
To enable verbose tracing output, use the `-vvv` flag when running prek:
```bash
prek run -vvv
```
Besides, every prek run it writes a log file to `~/.cache/prek/prek.log` by default. If you encounter issues, please include this log file when reporting bugs.