0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-27 22:19:04 -05:00

fix(logging): Fix --verbose flag not working (#9050)

This commit is contained in:
Erika 2023-11-10 11:35:20 +01:00 committed by GitHub
parent a888e98538
commit bf0286e50c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
'astro': patch
---
Fix --verbose flag not working

View file

@ -124,6 +124,7 @@ export const logger = {
};
export function enableVerboseLogging() {
debugPackage.enable('*,-babel');
debug('cli', '--verbose flag enabled! Enabling: DEBUG="*,-babel"');
debug(
'cli',