LukasGrebe / ha-addons

Addons for Home Assistant
GNU General Public License v3.0
43 stars 49 forks source link

Log to external file #102

Closed sebska closed 7 months ago

sebska commented 10 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 8 months ago

see this PR that should solve your problem.