mirror of
https://github.com/withastro/astro.git
synced 2025-02-03 22:29:08 -05:00
fix(logging): Fix --verbose flag not working (#9050)
This commit is contained in:
parent
a888e98538
commit
bf0286e50c
2 changed files with 6 additions and 0 deletions
5
.changeset/little-deers-glow.md
Normal file
5
.changeset/little-deers-glow.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'astro': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Fix --verbose flag not working
|
|
@ -124,6 +124,7 @@ export const logger = {
|
||||||
};
|
};
|
||||||
|
|
||||||
export function enableVerboseLogging() {
|
export function enableVerboseLogging() {
|
||||||
|
debugPackage.enable('*,-babel');
|
||||||
debug('cli', '--verbose flag enabled! Enabling: DEBUG="*,-babel"');
|
debug('cli', '--verbose flag enabled! Enabling: DEBUG="*,-babel"');
|
||||||
debug(
|
debug(
|
||||||
'cli',
|
'cli',
|
||||||
|
|
Loading…
Add table
Reference in a new issue