Project

General

Profile

« Previous | Next » 

Revision 8922

lib/util.sh: echo_vars (): output vars with log_level 3 so they can be excluded separately from function calls to reduce clutter in the logging output. increase the default util.run verbosity so that vars are still printed by default.

View differences:

util.run
17 17
}
18 18
fi ####
19 19

  
20
: "${verbosity=2}"
20
: "${verbosity=3}"
21 21

  
22 22
. "$(dirname "${BASH_SOURCE[0]}")"/../util.sh
23 23

  

Also available in: Unified diff