S3 Connection Logging: Copy-Paste errors #193
Labels
Bug
Indicates unexpected or undesired behaviors
Priority: Backlog
Tasks that are not pressing, but to be tracked and revisited
Describe the bug
Very minor bug, but noting that the errors the get logged to STDERR are occasionally copy-paste and slightly misleading, e.g. a connection error for a read reporting as WRITE error redirected to cerr.
For example, in RemoteConnection.cc, this is a read/retrieval operation, but we are logging a WRITE error to STDERR.
Expected behavior
Error prefixes should reflect the approximate source of the error location.
The text was updated successfully, but these errors were encountered: