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.
--log-level=debug
1 parent ff228b5 commit cfb6422Copy full SHA for cfb6422
src/core/log.ts
@@ -55,7 +55,7 @@ export function appendLogOptions(cmd: Command<any>): Command<any> {
55
},
56
).option(
57
"--log-level <level>",
58
- "Log level (info, warning, error, critical)",
+ "Log level (debug, info, warning, error, critical)",
59
{
60
global: true,
61
0 commit comments