LukasGrebe / ha-addons

Addons for Home Assistant
GNU General Public License v3.0
37 stars 42 forks source link

Log to external file #102

Closed sebska closed 2 months ago

sebska commented 5 months ago

Hi,

i am trying to get a full log out of the Addon. It is truncated but i want to see all. So my config-File looks like this:

scanconfig: true
mqtttopic: ebusd
mqttint: /etc/ebusd/mqtt-hassio.cfg
mqttjson: true
network_device: ens:192.168.7.130:9999
loglevel_all: debug
accesslevel: "*"
commandline_options: "--logfile=/homeassistant/ebusd.log"

to get a file that i can see within HA. But it would not show up in my "File Editor" Addon. What is wrong?

Sebastian

pvyleta commented 4 months ago

see this PR that should solve your problem.