ADF Copy Data Logs Issue

Casey Choe 0 Reputation points
2024-04-19T20:26:16.12+00:00

Hi, I've followed the instructions to obtain the logs for a "Copy data" activity (Quickbooks to Azure Database in Postgresql). There are 2 errors I want logs for:

(1) One was this error, from ADF activity run:  Failure happened on 'Sink' side. numeric field overflow

(2) The other was this error, from ADF activity run:   API Connection Failed. Bad Request. 

Both activities have this setting enabled in this way:

Enable logging: true

Storage connection name: [my storage account name]

Logging level: Info

Logging mode: Best effort

 

The log files are found in my storage account but the content for all the log files is just: Timestamp,Level,OperationName,OperationItem,Message

Answers from other forum posts have said that means that there are no errors to log, which is obviously untrue.

I understand what the error messages are saying, but I want a more detailed log of the activity/API requests (more than the ADF Input and Output logs) so I can troubleshoot the errors effectively. Any idea what's going on with the log files or if I can obtain the logs I want in a different way?

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,587 questions
{count} votes