We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44ed518 commit a419c27Copy full SHA for a419c27
logger.sh
@@ -4,7 +4,7 @@
4
# Set default log enabled flag only if it's not been set before
5
: "${LOG_ENABLED:=1}"
6
# Set default log file if it's not already set
7
-: "${LOG_FILE:=""}"
+: "${LOG_FILE:=}"
8
9
# Declare an associative array to map different log levels with a numerical value
10
declare -A log_levels=(
0 commit comments