Live Logs Always Empty

Hey everyone -

Anytime I try and access any of the Addon or system live logs, they are always empty. All I get is
image

Normal system logs work. When I check the browser console, I get see this.

image

Been this way since live logging was introduced. I am on 2025.1.3. Anyone else with this issue or any ideas on how to solve it?

BTW: I same issue on Chrome, Edge, etc… with cache cleared.

Did you try this option:
afbeelding
(show complete logbook, or something like that, the shown text is Dutch, sorry for that)

If nothing is logged, check you settings in configuration.yaml if the logger function is enabled, like:

logger:
  default: info

Edit: For your information:

# https://www.home-assistant.io/integrations/logger
# Loglevels:
#    critical
#    fatal
#    error
#    warning
#    warn
#    info
#    debug
#    notset

Sorry, I should have said - I DO have condensed logs. Those work… but live logs for Addons and the System don’t work.

logger:
  default: info

Which Addons do you refering to?
And what do you mean with ‘System’?

System… like system → logs. All logs for HA

Similarly any Addon.

Your using a secured https connection, right? How did you configured that?
Did you directly accessed it, by using IP or hostname, from your local LAN?
Did you tried accessing it from a different device?

ok - so I was able to dig into this more and I the supervisor couldnt talk to systemd-journal-gatewayd. I ended up uninstalling Avahi-daemon and redoing the install of the supervisor and issue solved

1 Like

Can you explain more, in detail, please?

Yes, absolutely. The live logging feature doesnt actually stream from the log file, but rather leverages an OS native feature to stream from the journal function. For me, the journal gateway was not in state that the Supervisor could get the data. For me, the underlying issue seems to have been that both Avahi and resolvd were competiting mdns resolvers and for some reason I dont understand - that was a problem the journal gateway.