We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The debug logging statement in https://github.com/ansible/receptor/blob/devel/pkg/workceptor/kubernetes.go#L419 currently logs every single job output line. This is misleading and blows up the debug log.
As the debug log message says, it should only log if there's a problem with the timestamp parsing function before.
The text was updated successfully, but these errors were encountered:
Reference ansible#1258: fix timestamp debug message
0cffbed
5c5dc6b
Signed-off-by: Adrian Nackov <[email protected]>
Reference #1258: fix timestamp debug message (#1259)
c79eadb
No branches or pull requests
The debug logging statement in
https://github.com/ansible/receptor/blob/devel/pkg/workceptor/kubernetes.go#L419
currently logs every single job output line. This is misleading and blows up the debug log.
As the debug log message says, it should only log if there's a problem with the timestamp parsing function before.
The text was updated successfully, but these errors were encountered: