How do I load more log entries than is loaded initially?
I have a temperature sensor where I would like to the see entries further back than what is initially loaded, but when clicking on 'Show more...', then nothings happens
I have recorded video showing my issue. What am I doing wrong?
In the video we can see that:
- when going to Logs from a specific device, then the url is: http://192.168.1.22/logs?tab=past&deviceId=70 - expected
- when hovering the 'Show more...' that url is 'http://192.168.1.22/logs?tab=past&deviceId=70#' - I had expected some paging or similar
If I go to the Logs directly from the left side menu, then the url is: http://192.168.1.22/logs - expected
If I then choose a specific device, then the url keeps at http://192.168.1.22/logs but the entries are filtered. If I then hover the 'Show more...' then that url is: http://192.168.1.22/logs#
To me it looks like the logic behind loading older entries is broken, or is it just me?
Am I doing ot all wrong when I want to see previous log entries that are older than what is previously loaded?
Is there a place where I can see the global policy for logging?
I mean is there a global setting about auto delete log entries older than x days, or how is that controlled?
Link to video showing some of the above: Hubitat log entries.mp4