I just installed ctrld 1.5.3 on an OpenWRT 25.12.5 router and noticed that logging is enabled with /etc/controld/ctrld.log growing rapidly in size.
Not sure why it's logging at debug level, I just installed it using the automated script. I tried adding the --silent parameter and restarting the service but it keeps logging.
My /etc/init.d/ctrld contains the below command and I don't see any logging defined in ctrld.toml:
cmd="/usr/sbin/ctrld "run" "--silent" "--cd" "xxxxxxxxx" "--iface=auto" "--homedir=/etc/controld" "--config=/etc/controld/ctrld.toml""
Is this a bug in version 1.5.3?
I just installed ctrld 1.5.3 on an OpenWRT 25.12.5 router and noticed that logging is enabled with /etc/controld/ctrld.log growing rapidly in size.
Not sure why it's logging at debug level, I just installed it using the automated script. I tried adding the --silent parameter and restarting the service but it keeps logging.
My /etc/init.d/ctrld contains the below command and I don't see any logging defined in ctrld.toml:
cmd="/usr/sbin/ctrld "run" "--silent" "--cd" "xxxxxxxxx" "--iface=auto" "--homedir=/etc/controld" "--config=/etc/controld/ctrld.toml""Is this a bug in version 1.5.3?