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 have a requirement to captrue soume K8S jobs output and send that to another job as a result.
The [key-value-data|https://docs.rundeck.com/docs/manual/log-filters/key-value-data.html] plugin is used.
But it can not capture anything because all job logs are sent to STDERR, and it caputures STDOUT only.
The second thing botheres is logging decorators with log_level and so on.
Please add an option to show K8S logs to STDOUT 'as is', without any additional decorations.
The text was updated successfully, but these errors were encountered:
We have a requirement to captrue soume K8S jobs output and send that to another job as a result.
The [key-value-data|https://docs.rundeck.com/docs/manual/log-filters/key-value-data.html] plugin is used.
But it can not capture anything because all job logs are sent to STDERR, and it caputures STDOUT only.
The second thing botheres is
logging
decorators with log_level and so on.Please add an option to show K8S logs to STDOUT 'as is', without any additional decorations.
The text was updated successfully, but these errors were encountered: