You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, js-controller logs every adapter start/stop at info level, e.g.:
host.630 info instance system.adapter.weatherunderground.0 started with pid 139149
host.630 info instance system.adapter.weatherunderground.0 terminated with code 0
These messages always appear, even if the adapter log level is warn or error. The existing "ignore" filter only works for adapter output, not these lifecycle messages.
Why?
Cleaner logs, easier monitoring of real warnings/errors, especially for frequently restarting adapters or large setups.
How?
Add a way to suppress lifecycle logs per adapter (e.g., via a regex or an "ignoreLifecycle" array in iobroker.json) while keeping normal adapter logs intact.