Note on debug mode

This commit is contained in:
Daniel Flanagan 2022-10-22 01:08:42 -05:00
parent d965648b7e
commit 3dbedac7af
Signed by untrusted user: lytedev-divvy
GPG key ID: 6D69CEEE4ABBCD82

View file

@ -1,5 +1,11 @@
# Usage
```bash
go run .
```
And if you want all the debug output:
```bash
LOG_LEVEL=debug go run .
```