chore: sync submodule state (parent ref update)
Made-with: Cursor
This commit is contained in:
@@ -33,5 +33,7 @@ source "${LIB_DIR}/config/regions.sh"
|
||||
source "${LIB_DIR}/azure/cli.sh" 2>/dev/null || true
|
||||
|
||||
# Log that libraries are loaded (only in debug mode)
|
||||
[ "${LOG_LEVEL:-1}" -le 0 ] && log_debug "Common libraries loaded from ${LIB_DIR}"
|
||||
# Use default 1 if LOG_LEVEL is unset or not numeric (e.g. from .env)
|
||||
_ll="${LOG_LEVEL:-1}"
|
||||
[[ "$_ll" =~ ^[0-9]+$ ]] && [ "$_ll" -le 0 ] && log_debug "Common libraries loaded from ${LIB_DIR}" || true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user