large "Application Logs" #332
Unanswered
andreas-arkulpa
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Pagination would be a nice addition to the logs! Thanks for the suggestion! |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @andrasbacsai,
first of all thanks for the amazing tool! I really like coolify.
We have an application which produces a large amount of application logs.
When we want to take a look at the application logs in the coolify dashboard the application crashes. If there is no parameter "since" added to the query it will load all logs sine timestamp 0.
You can see the params here: https://docs.docker.com/engine/api/v1.37/#operation/ContainerLogs
coolify/src/routes/applications/[id]/logs/index.json.ts
Line 25 in 2971e14
Can you think about adding pagination for loading the logs? Maybe it is also an idea to add the "tail" parameter to only load the last x log entries?
You can also tell me where to add the pagination so I can help you with that.
Beta Was this translation helpful? Give feedback.
All reactions