mirror of
https://github.com/j178/prek.git
synced 2026-04-03 17:34:03 +02:00
10 lines
279 B
Markdown
10 lines
279 B
Markdown
# Debugging
|
|
|
|
To enable verbose tracing output, use the `-vvv` flag when running prek:
|
|
|
|
```bash
|
|
prek run -vvv
|
|
```
|
|
|
|
Additionally, on every run prek writes a log file to `~/.cache/prek/prek.log` by default. If you encounter issues, please include this log file when reporting bugs.
|