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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # 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 <adrian.nackov@mail.schwarz>
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: