diff --git a/logging.sh b/logging.sh index fdf73ef..afd3755 100644 --- a/logging.sh +++ b/logging.sh @@ -4,7 +4,7 @@ # [$FUNCNAME]="string of varnames" # # It will keep track of vars seperately of each function that log will be used with -declare -A LOG_WATCH_VARS +declare -g -A LOG_WATCH_VARS ######################