See older logs in webadmin

Discuss

I most of the time use CLI to interact with yunohost and do just a few things with the webadmin (which is amazing by the way, don’t know why I don’t use it more :)).

Today I was looking at logs and migrations in the webadmin and noticed that it’s listing the last 10 or 20, but not more.
In the logs it makes it hard to see even quite recent logs because if some backup just went on, the last 15 logs may just be “Create a backup archive”.
I was wondering if no more logs are listed because older ones have been deleted. Or is there a way to see older logs somehow?

I hope I don’t have an extension messing up with the webadmin and the older logs should actually automatically show when I scroll down, but I don’t think so ;/

Nah there’s just some hardcoded limit since the beginning of when this view exists I think, probably to be rechecked what we want exactly, ideally something with pagination but anyway the point of the limit was that we can’t just load every, possibly thousands, log entries because that would be clearly too much

Ok, thanks for the reply :slight_smile:

Is it useful if I create an issue for it in github? It’s not a big or urgent issue, but I can post it there if that’s helpful.

yes, a github isue can be usful otherwise it,ll fall into oblivion