Add option to retrieve logs with timestamps in the API #6287
Replies: 2 comments 2 replies
-
|
This would be a nice addition, I'm currently working on a PR to add logs to databases and services and making a separate endpoint to get the deployment logs, having it on the actual deployment object is not great since those logs can grow significantly and slow down requests. I noticed that there's sometimes timestamps included in the logs of certain apps, which is kind of weird. |
Beta Was this translation helpful? Give feedback.
-
|
I opened a PR #6293 introducing an optional query param |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Currently the API for fetching application logs returns only the logs with no timestamps, and there's no query parameter to enable them.
The helper which API uses doesn't have the same flexibility as the one for web UI.
It would be great to have such an option.
Beta Was this translation helpful? Give feedback.
All reactions