Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve pipe support and make DEFAULT_TEMPLATE overridable #6

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Make B_LOG_DEFAULT_TEMPLATE overridable
mbarbero authored Apr 9, 2020
commit ea49aa5fbe8f5b465882378ecbd2b60967735b25
2 changes: 1 addition & 1 deletion b-log.sh
Original file line number Diff line number Diff line change
@@ -50,7 +50,7 @@ readonly LOG_LEVEL_ALL=-1 # all enabled
# 5: log message
# 6: space
# 7: filename
B_LOG_DEFAULT_TEMPLATE="[@23:1@][@6:2@][@3@:@3:4@] @5@" # default template
: "${B_LOG_DEFAULT_TEMPLATE:="[@23:1@][@6:2@][@3@:@3:4@] @5@"}" # default template

# log levels information
# level code, level name, level template, prefix(colors etc.), suffix(colors etc.)