Skip to content

Commit a419c27

Browse files
committed
fix default LOG_FILE val
1 parent 44ed518 commit a419c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logger.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Set default log enabled flag only if it's not been set before
55
: "${LOG_ENABLED:=1}"
66
# Set default log file if it's not already set
7-
: "${LOG_FILE:=""}"
7+
: "${LOG_FILE:=}"
88

99
# Declare an associative array to map different log levels with a numerical value
1010
declare -A log_levels=(

0 commit comments

Comments
 (0)