Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelicWizard committed Mar 5, 2022
1 parent 4aeb29f commit 82df119
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/log.bash
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ __bi_log_imported="loaded"

source ~/Projects/logr/logr.bash
BASH_IT_LOG_LEVEL_V="-vvv"
logr start ${BASH_IT_LOG_LEVEL_V:-} "Bash It"
((__logr_scope_depth--)) # minus one to account for `lib/log.bash`.
logr start "${BASH_IT_LOG_LEVEL_V:---}" "Bash It"
#logr verbose

declare -a __bash_it_log_prefix=("log")
Expand Down

0 comments on commit 82df119

Please sign in to comment.