Project

General

Profile

« Previous | Next » 

Revision 9451

lib/sh/util.sh: logging: verbosities: level 0: documented that log++ also suppresses external command output for full support of cron jobs

View differences:

util.sh
215 215

  
216 216
# verbosities (and `make` equivalents):
217 217
# 0: just print errors. useful for cron jobs.
218
#    vs. make: equivalent to --silent
218
#    vs. make: equivalent to --silent, but suppresses external command output
219 219
# 1: also external commands run. useful for running at the command line.
220 220
#    vs. make: not provided (but sorely needed to avoid excessive output)
221 221
# 2: full graphical call tree. useful for determining where error occurred.

Also available in: Unified diff