File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,17 +84,15 @@ function log() {
8484 * ) set -- " $level $@ " ; level=" INFO" ;;
8585 esac
8686
87- local caller_fn=" ${FUNCNAME[1]:- main} "
88- echo " $( current_timestamp) [$level ] ($caller_fn ): $* #${BASH_SOURCE[1]} :${BASH_LINENO[0]} " >> " $BASHUNIT_DEV_LOG "
87+ echo " $( current_timestamp) [$level ]: $* #${BASH_SOURCE[1]} :${BASH_LINENO[0]} " >> " $BASHUNIT_DEV_LOG "
8988}
9089
9190function internal_log() {
9291 if ! env::is_dev_mode_enabled || ! env::is_internal_log_enabled; then
9392 return
9493 fi
9594
96- local caller_fn=" ${FUNCNAME[1]:- main} "
97- echo " $( current_timestamp) [INTERNAL] ($caller_fn ): $* #${BASH_SOURCE[1]} :${BASH_LINENO[0]} " >> " $BASHUNIT_DEV_LOG "
95+ echo " $( current_timestamp) [INTERNAL]: $* #${BASH_SOURCE[1]} :${BASH_LINENO[0]} " >> " $BASHUNIT_DEV_LOG "
9896}
9997
10098function print_line() {
You can’t perform that action at this time.
0 commit comments