๐Ÿ“ฆ j178 / prek

๐Ÿ“„ debugging.md ยท 10 lines
1
2
3
4
5
6
7
8
9
10# 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.