Skip to content

Commit a9f09ad

Browse files
committed
fix(plugin-serverless): re-enable debug logging
1 parent e1a2b44 commit a9f09ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/plugin-serverless/src/utils.js

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ function normalizeFlags(flags, aliasMap, argv) {
6868
const [, command, ...args] = argv;
6969
result.$0 = path.basename(command);
7070
result._ = args;
71+
result.logLevel = result['cli-log-level'];
7172

7273
return result;
7374
}

0 commit comments

Comments
 (0)