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 should actually use the Python logging framework. Getting logging sent to STDOUT is important for running on the RedHat Openshift Cluster, as Kikhail explained to me shortly after I joined the project.
An example project using Python's logging framework is this one which I developed:
extend log storage from file to be on top in stdout in the entry.sh files like in the following post:
https://stackoverflow.com/questions/418896/how-to-redirect-output-to-a-file-and-stdout
The text was updated successfully, but these errors were encountered: