From f0dfe17891f0b0c2e5a209e2aa8178102a07e0e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz?= Date: Sat, 19 Jan 2019 16:32:02 +0000 Subject: build.sh, etc/build.usage, subr/build_args.subr: replaces -x w/ -vvv. subr/ex_rtl_{fileop,log}.subr, vars/env.vars: log file operations at -vvvv. --- subr/ex_rtl_log.subr | 3 +++ 1 file changed, 3 insertions(+) (limited to 'subr/ex_rtl_log.subr') diff --git a/subr/ex_rtl_log.subr b/subr/ex_rtl_log.subr index e7d9ef3d..2ed295b6 100644 --- a/subr/ex_rtl_log.subr +++ b/subr/ex_rtl_log.subr @@ -44,6 +44,9 @@ ex_rtl_log_msg() { elif [ "${_lvl}" = vvvo ]\ && [ "${EXP_RTL_LOG_VNFO_LVL:-0}" -lt 3 ]; then return; + elif [ "${_lvl}" = vvvv ]\ + && [ "${EXP_RTL_LOG_VNFO_LVL:-0}" -lt 4 ]; then + return; fi; _lvl_uc="$(ex_rtl_toupper "${_lvl%exit}")"; _attr="$(ex_rtl_get_var_unsafe "DEFAULT_LOG_MSG_${_lvl_uc}_COLOUR")"; -- cgit v1.2.3