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 project which uses BulkConnection to do bulk reads against Salesforce. I see ConnectorConfig is basically dumping the entire content of the query result out to console. Given we are querying for millions of records, this causes our log files to be completely unmanageable. Is there anyway we could suppress the logging?
Thanks!
The text was updated successfully, but these errors were encountered:
Found the "setTraceMessage()" method in ConnnectorConfig, but once I set it to false, I am experiencing a "Caused by: java.net.SocketException: Connection reset" error while trying to bulk read from Salesforce. Is anyone else having the same problem?
Hello,
We have a project which uses BulkConnection to do bulk reads against Salesforce. I see ConnectorConfig is basically dumping the entire content of the query result out to console. Given we are querying for millions of records, this causes our log files to be completely unmanageable. Is there anyway we could suppress the logging?
Thanks!
The text was updated successfully, but these errors were encountered: