Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to inspect openshift build log?

Tags:

People also ask

Where are OpenShift logs stored?

OpenShift Container Platform uses Fluentd to collect container and node logs. By default, the log collector uses the following sources: journald for all system logs. /var/log/containers/*.


I have an application, which is deployed to OpenShift via pushing the source code to the git repo.

I need to troubleshoot a problem, which occurs during maven build, only when it is executed on OpenShift (debugging locally is not an option).

However, I can't figure out a way to inspect maven build logs.