Project

General

Profile

« Previous | Next » 

Revision 9284

lib/sh/util.sh: logging: added definition that the log_level is the minimum verbosity needed to display a command

View differences:

util.sh
173 173
: "${verbosity:=0}" # ensure non-empty
174 174
export verbosity # propagate to invoked commands
175 175

  
176
# definition: the log_level is the minimum verbosity needed to display a command
177

  
176 178
: "${log_level_indent=| }" "${log_indent=}"
177 179
export log_level_indent log_indent # propagate to invoked commands
178 180

  

Also available in: Unified diff