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
In this PR adding the DataFlow ID to the DataPlane logs, the order of the parameters added is not correct and needs to be updated.
The log is should be printed as follows.
Transferring from AmazonS3 to AmazonS3 for flow id: c9a1d5e9-b4a7-4a31-a508-c27a7ca61419.
The log is disconnected Transferring from c9a1d5e9-b4a7-4a31-a508-c27a7ca61419 to AmazonS3 for flow id: AmazonS3.
Transferring from c9a1d5e9-b4a7-4a31-a508-c27a7ca61419 to AmazonS3 for flow id: AmazonS3.
AwsS3 used as an example here, but issue applies to any type of TP.
Same is seen for Unknown data source and Unknown data sink type logs.
Unknown data source
Unknown data sink type
Perform any TP and can be confirmed in the logs
This is a very small change, only needs to update the (three) logs on this class.
The text was updated successfully, but these errors were encountered:
definitely not a bug as logs are there only for debug purposes but yes, this should be fixed anyway
Sorry, something went wrong.
No branches or pull requests
Bug Report
Describe the Bug
In this PR adding the DataFlow ID to the DataPlane logs, the order of the parameters added is not correct and needs to be updated.
Expected Behavior
The log is should be printed as follows.
Transferring from AmazonS3 to AmazonS3 for flow id: c9a1d5e9-b4a7-4a31-a508-c27a7ca61419.
Observed Behavior
The log is disconnected
Transferring from c9a1d5e9-b4a7-4a31-a508-c27a7ca61419 to AmazonS3 for flow id: AmazonS3.
Same is seen for
Unknown data source
andUnknown data sink type
logs.Steps to Reproduce
Perform any TP and can be confirmed in the logs
Possible Implementation
This is a very small change, only needs to update the (three) logs on this class.
The text was updated successfully, but these errors were encountered: