From e575d4df4c5c0cd67bb031361e09ec497562934d Mon Sep 17 00:00:00 2001 From: Javier Date: Wed, 9 Feb 2022 01:09:19 +0100 Subject: cleanup makefile, build-time disable verbose logging by default --- scripts/logenv.sh | 2 +- scripts/try.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/logenv.sh b/scripts/logenv.sh index 53de2db..e253426 100644 --- a/scripts/logenv.sh +++ b/scripts/logenv.sh @@ -1,6 +1,6 @@ export VBOX_LOG_DEST="nofile stderr" export VBOX_LOG_FLAGS="thread time" -export VBOX_LOG="+dev_sb16.e.l.f" +export VBOX_LOG="+dev_sb16.e.l.f.l3.l5.l7.l9" export VBOX_RELEASE_LOG_DEST="nofile stderr" export VBOX_RELEASE_LOG="-all +dev_sb16.e.l.f" diff --git a/scripts/try.sh b/scripts/try.sh index 0f88c1d..da5c31e 100755 --- a/scripts/try.sh +++ b/scripts/try.sh @@ -11,4 +11,6 @@ fi source scripts/logenv.sh +# --debug + exec /usr/lib/virtualbox/VirtualBoxVM --startvm "$vm" -- cgit v1.2.3