summaryrefslogtreecommitdiffstats
path: root/demo.sh
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2021-11-09 11:23:21 +0100
committerMinijackson <minijackson@riseup.net>2021-11-09 11:23:21 +0100
commitb2bd7818410e42e9a393553e7807037df8546a67 (patch)
tree88bfcdd446e03b7c16e54b6a1cc27eee8ba5b230 /demo.sh
parent4436c8197859ddf61e72c465d39c9eed55af51ba (diff)
downloadbash-lib-b2bd7818410e42e9a393553e7807037df8546a67.tar.gz
bash-lib-b2bd7818410e42e9a393553e7807037df8546a67.zip
use BASH_LOG instead of BASH_DEBUG
Diffstat (limited to 'demo.sh')
-rw-r--r--demo.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/demo.sh b/demo.sh
index 3de6e35..96ab4d3 100644
--- a/demo.sh
+++ b/demo.sh
@@ -3,8 +3,8 @@
3readonly BASH_LIB_NAME=DEMO 3readonly BASH_LIB_NAME=DEMO
4source ./bash-lib.sh 4source ./bash-lib.sh
5 5
6# Set `DEMO_DEBUG=1` to enable debug messages 6# Set `DEMO_LOG=1` to enable debug messages
7# Set `DEMO_DEBUG=2` to enable trace messages 7# Set `DEMO_LOG=2` to enable trace messages
8 8
9trace "this is a trace message" "with additional data" 9trace "this is a trace message" "with additional data"
10debug "this is a debugging message" "with additional data" 10debug "this is a debugging message" "with additional data"