From 0e5aa349c8f62b3d0816c81822c7d61a37ac1d73 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 4 Apr 2018 09:35:09 +0100 Subject: [PATCH] install: aand.. default verbosity back to info. error doesn't hide warnings --- hledger-install/hledger-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger-install/hledger-install.sh b/hledger-install/hledger-install.sh index 3711b58ce..7a307043b 100755 --- a/hledger-install/hledger-install.sh +++ b/hledger-install/hledger-install.sh @@ -873,7 +873,7 @@ if [[ $VERBOSEFLAG ]]; then STACK_VERBOSITY=info # silent, error, warn, info, debug else 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" fi