openHABian 64bit printouts

I switched from openhabian 32 bit to 64 bit (openHABian Configuration Tool — [openHAB]{2023-09-18T13:49:51+02:00}(4651ad4)). The main reason for me was that the compile times for my javascript rules are drastically shorter under 64 bit.

But under openhbaian 64 bit I get a lot of printouts every time I change the menu, can I turn them off?

This already starts when I open the menu with sudo openhabian-config:

+ export UNATTENDED SILENT DEBUGMAX INTERACTIVE
+ for shfile in "${BASEDIR:-/opt/openhabian}"/functions/*.bash
+ source /opt/openhabian/functions/auth.bash
+ for shfile in "${BASEDIR:-/opt/openhabian}"/functions/*.bash
+ source /opt/openhabian/functions/backup.bash
+ for shfile in "${BASEDIR:-/opt/openhabian}"/functions/*.bash
+ source /opt/openhabian/functions/config.bash
+ for shfile in "${BASEDIR:-/opt/openhabian}"/functions/*.bash
+ source /opt/openhabian/functions/ext-storage.bash
+ for shfile in "${BASEDIR:-/opt/openhabian}"/functions/*.bash
+ source /opt/openhabian/functions/find.bash
+ for shfile in "${BASEDIR:-/opt/openhabian}"/functions/*.bash
+ source /opt/openhabian/functions/habapp.bash
+ for shfile in "${BASEDIR:-/opt/openhabian}"/functions/*.bash
+ source /opt/openhabian/functions/helpers.bash
++ ESC='\033['
++ COL_DEF='\033[39;49;00m'
++ COL_RED='\033[31;01m'
++ COL_GREEN='\033[32;01m'
++ COL_YELLOW='\033[33;01m'
++ COL_BLUE='\033[34;01m'
++ COL_MAGENTA='\033[35;01m'
++ COL_CYAN='\033[36;01m'
++ COL_LGRAY='\033[37;01m'
++ COL_DGRAY='\033[90;01m'
++ export COL_DEF COL_

Looks like you still have it set to debug max.
Please reduce debug level.

Thank you, that helped. Since I have not changed anything in the file, at least not consciously, it must already be in the repository.

Also had the same issue, that debug is set to max by default

I guess it’s the debugmode parameter, line 55