Skip to content

Commit 52fac09

Browse files
committed
docs(trouble): Update logging flags
Fixes cobalt-org/cobalt.rs#1250
1 parent 7925b69 commit 52fac09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/trouble.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ data:
88

99
Every command supports logging additional detail that can be useful when troubleshooting cobalt. For example:
1010
```console
11-
$ cobalt build --log-level=debug # Show some additional context
11+
$ cobalt build --verbose # Show some additional context
1212

13-
$ cobalt build --trace # Show everything
14-
$ cobalt build --log-level=trace # Same as above
13+
$ cobalt build --verbose --verbose # Show everything
14+
$ cobalt build -vv # Same as above
1515
```
1616

1717
### Useful commands

0 commit comments

Comments
 (0)