Skip to content

Commit eb5d8ae

Browse files
fix: Enable verbose logging when running wizard
1 parent 3bec0e8 commit eb5d8ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/configuration.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ async function readConfig() {
2323
const currentFramework = await ResourceDiscovery.getCurrentFrameworkName();
2424

2525
const configFromCliArgs = await getConfigFromCliArgs(supportedFrameworks);
26+
27+
Logger.setVerbose(configFromCliArgs.verbose === true);
28+
2629
const configFileName = configFromCliArgs.config || configFileDefaultName;
2730
const configFromConfigFile = (await getConfigTsFromConfigFile(configFileName))
2831
?.default;

0 commit comments

Comments
 (0)