libtest.sh: make aqhome loglevel configurable by the caller.

This commit is contained in:
Martin Preuss
2023-07-19 01:26:51 +02:00
parent 02797ff092
commit 06b5ab26c8

View File

@@ -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 # 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" export LD_LIBRARY_PATH="0-build/aqhome/:$LD_LIBRARY_PATH"
0-build/aqhome/libtest $* 0-build/aqhome/libtest $*