Note on debug mode
This commit is contained in:
parent
d965648b7e
commit
3dbedac7af
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,11 @@
|
|||
# Usage
|
||||
|
||||
```bash
|
||||
go run .
|
||||
```
|
||||
|
||||
And if you want all the debug output:
|
||||
|
||||
```bash
|
||||
LOG_LEVEL=debug go run .
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue