Log file missing?

hi
after upgrading to HA 2025.11.1 2 days ago and 2025.11.2 now,
i dont see the log file of HA under /config anymore in the ssh shell
in the UI, settings → system → logs i can see logs
HA is working all OK otherwise
but the file simply does not exist …
did it move elsewhere ?
i only see old log files before the upgrade

the logger config in my config yaml was not changed

logger:
  default: info
  logs:
    custom_components.multiscrape: debug
    homeassistant.components.bluetooth: debug
    pyscript: debug

ok, i see 2025.11.1 removed the actual file
you can only see it now in UI for some reason …

Petro was good enough to come up with an integration that replaces/recreates the log file functionality if you still want that, a-file-logger.

Just be sure to place the configuration.yaml entry at the top (or close to the top) of the file so that it loads as early as possible on start up.

Why do they dumb it down? its a Smart Home, Z2M creates 26mb of log files each day, HA is logging everything, why the hell did they have to remove it?
There is an UI? Good thing! But why remove something thats already there?
Why do I need to install an addon for a PRIMARY functionality?

1 Like

I am using that custom integration and i am seeing it creates an home-assistant.log, an home-assistant.log_1 and an home-assistant.log_old.
Is this behaviour correct?

I’ve home-assistant.log, an home-assistant.log.1 and an home-assistant.log.old… no underscores. The important thing would be if the logs within the files are actually up to date.