Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion b-log.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ B_LOG_LOG_VIA_FILE_PREFIX=false # add prefix to log file
B_LOG_LOG_VIA_FILE_SUFFIX=false # add suffix to log file
B_LOG_LOG_VIA_SYSLOG="" # syslog flags so that "syslog 'flags' message"
B_LOG_TS="" # timestamp variable
B_LOG_TS_FORMAT="%Y-%m-%d %H:%M:%S.%N" # timestamp format
B_LOG_TS_FORMAT="%Y-%m-%d$(echo -e "\uA0")%H:%M:%S.%N" # timestamp format
B_LOG_LOG_LEVEL_NAME="" # the name of the log level
B_LOG_LOG_MESSAGE="" # the log message

Expand Down