install: default to "error" stack verbosity again, info is too noisy
This commit is contained in:
		
							parent
							
								
									5336fb42d3
								
							
						
					
					
						commit
						c4a707e28a
					
				| @ -873,7 +873,7 @@ if [[ $VERBOSEFLAG ]]; then | ||||
|   STACK_VERBOSITY=info    # silent, error, warn, info, debug | ||||
| else | ||||
|   CABAL_VERBOSITY=0 | ||||
|   STACK_VERBOSITY=info    # error is too quiet, hides install plan failure details | ||||
|   STACK_VERBOSITY=error   # XXX error hides install plan failure details, but info shows too many warnings.. | ||||
|   QUIET="true" | ||||
| fi | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user