Unverified Commit 49267834 authored by Yt's avatar Yt Committed by GitHub
Browse files

Merge pull request #292412 from bobrippling/fix/ebusd-logging

ebusd: fix logging overrides
parents d2c93188 979ae4c6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,12 +15,12 @@ let
    "--port=${toString cfg.port}"
    "--configpath=${cfg.configpath}"
    "--scanconfig=${cfg.scanconfig}"
    "--log=all:${cfg.logs.all}"
    "--log=main:${cfg.logs.main}"
    "--log=network:${cfg.logs.network}"
    "--log=bus:${cfg.logs.bus}"
    "--log=update:${cfg.logs.update}"
    "--log=other:${cfg.logs.other}"
    "--log=all:${cfg.logs.all}"
  ] ++ lib.optionals cfg.readonly [
    "--readonly"
  ] ++ lib.optionals cfg.mqtt.enable [