Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork8k
Open
Labels
Description
Feedback
Since HA Core 2025.11 there is no more home-assistant.log file in ha config directory and documentation need then to be updated
URL
https://www.home-assistant.io/integrations/logger/
Version
2025.11.2
Additional information
Moreover (using ha core 2025.11.2) only the 3 last hours are visible in the logs using the command
ha logs -n 100000 > filename.log
in ssh terminal
100000 is an example for trying to have enough desired logs but a maximum of 3 hours is now obtained which is far not enough. Previously many days could be extracted.
Is there a possibility to configure the desired maximum size for logging (setting for example a variable in ha configuration.yaml under logger: )