Re: [pve-devel] Add boot_offset parameter to syslog API call

2016-02-17 Thread Thomas Lamprecht
I have a better idea for that, with since/until for the web GUI as an nicer option. This solves also the really big log (=>timeout) problem for long running production systems. Will resend both patches with an added GIU patch... No need to apply these. On 02/16/2016 03:15 PM, Thomas Lamprecht wro

[pve-devel] Add boot_offset parameter to syslog API call

2016-02-16 Thread Thomas Lamprecht
If persistent logging is turned on this is needed as journalctl reads everything which after a few weeks is a lot. This isn't quite the best as for really long uptime we have still a lot of reading. But as it makes it already better it's enough for me for now. ___