adjusted daemon process starting

This commit is contained in:
DJ2LS 2023-10-27 22:58:11 +02:00
parent 66137f1f68
commit 44a49a84a3

View file

@ -400,7 +400,8 @@ class DAEMON:
options.append(o)
# append debugging paramter
options.append(("-vvv"))
# disabled as this could be set via gui
#options.append(("-vvv"))
command += options
self.log.info("[DMN] starting rigctld: ", param=command)