You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
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;
The text was updated successfully, but these errors were encountered: