Skip to content

Commit

Permalink
fix default LOG_FILE val
Browse files Browse the repository at this point in the history
  • Loading branch information
psyb0t committed Jun 14, 2023
1 parent 44ed518 commit a419c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logger.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Set default log enabled flag only if it's not been set before
: "${LOG_ENABLED:=1}"
# Set default log file if it's not already set
: "${LOG_FILE:=""}"
: "${LOG_FILE:=}"

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

0 comments on commit a419c27

Please sign in to comment.