Revision 9142
Added by Aaron Marcuse-Kubitza over 11 years ago
lib/sh/util.sh | ||
---|---|---|
147 | 147 |
|
148 | 148 |
### logging |
149 | 149 |
|
150 |
if test "$explicit_errors_only"; then verbosity=0; fi # hide startup logging |
|
151 |
|
|
150 | 152 |
# set verbosity |
151 | 153 |
if isset verbose; then : "${verbosity:=$(bool2int "$verbose")}"; fi |
152 | 154 |
: "${verbosity=3}" # default |
Also available in: Unified diff
lib/sh/util.sh: $explicit_errors_only: explicitly set verbosity=0 to hide startup logging