From 06b5ab26c86ab5ececf223cb3fc9a970e2ef7fd8 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Wed, 19 Jul 2023 01:26:51 +0200 Subject: [PATCH] libtest.sh: make aqhome loglevel configurable by the caller. --- libtest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtest.sh b/libtest.sh index 89dd307..6033cc2 100755 --- a/libtest.sh +++ b/libtest.sh @@ -2,7 +2,7 @@ # AQHOME_LOGLEVEL=info LD_LIBRARY_PATH="../../aqhome/:$LD_LIBRARY_PATH" ./aqhomed -l aqhome.log -db aqhome.db -ma 127.0.0.1 -export AQHOME_LOGLEVEL=info +#export AQHOME_LOGLEVEL=debug export LD_LIBRARY_PATH="0-build/aqhome/:$LD_LIBRARY_PATH" 0-build/aqhome/libtest $*