install: aand.. default verbosity back to info. error doesn't hide warnings
This commit is contained in:
parent
5dd68c0684
commit
0e5aa349c8
@ -873,7 +873,7 @@ if [[ $VERBOSEFLAG ]]; then
|
|||||||
STACK_VERBOSITY=info # silent, error, warn, info, debug
|
STACK_VERBOSITY=info # silent, error, warn, info, debug
|
||||||
else
|
else
|
||||||
CABAL_VERBOSITY=0
|
CABAL_VERBOSITY=0
|
||||||
STACK_VERBOSITY=error # XXX error hides install plan failure details, but info shows too many warnings..
|
STACK_VERBOSITY=info # XXX info shows too many warnings, but error hides install plan failure details, and still shows warnings
|
||||||
QUIET="true"
|
QUIET="true"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user