We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7925b69 commit 52fac09Copy full SHA for 52fac09
docs/trouble.md
@@ -8,10 +8,10 @@ data:
8
9
Every command supports logging additional detail that can be useful when troubleshooting cobalt. For example:
10
```console
11
-$ cobalt build --log-level=debug # Show some additional context
+$ cobalt build --verbose # Show some additional context
12
13
-$ cobalt build --trace # Show everything
14
-$ cobalt build --log-level=trace # Same as above
+$ cobalt build --verbose --verbose # Show everything
+$ cobalt build -vv # Same as above
15
```
16
17
### Useful commands
0 commit comments