Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve POD logs retrieval #431

Open
tommaso-borgato opened this issue Apr 27, 2021 · 0 comments
Open

Improve POD logs retrieval #431

tommaso-borgato opened this issue Apr 27, 2021 · 0 comments
Labels
Milestone

Comments

@tommaso-borgato
Copy link
Contributor

We can improve logs retrieval not limiting the retrieval to the logs of the main container of POD; we can retrieve the logs from all the containers in the POD which have log;

Basically we could improve the savePodLogs function (https://github.com/xtf-cz/xtf/blob/master/junit5/src/main/java/cz/xtf/junit5/extensions/OpenShiftRecorderService.java#L448) and iterate on all containers inside each POD and retrieve each containers's log;

@mnovak1 mnovak1 added the major label May 3, 2021
@tommaso-borgato tommaso-borgato added this to the BACKLOG milestone Jun 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants