Expand my Community achievements bar.

SOLVED

Where to read logVerbose?

Avatar

Level 7

Hello, i'm having problems trying to debug the AndroidPushConnectorV2 javascript code. I've seen it has some logVerbose, but I'm not sure where to read them 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

 

You can follow these steps:

1. If you want to check specific data, you can enable logging in the JavaScript connector file. If you cannot edit it directly, duplicate the file, add the required log information, and then update the external connection to use the new connector file.

2. Stop the MTA service and start it with the following command:

 

nlserver start mta instanceName -verbose

 

 

3. Send the delivery. You can view the log information in the command line where you ran it.

 

I have debugged the connector many times on our local server. However, if your server is managed by Adobe, it might be challenging. In that case, I recommend checking with Adobe Support.

 

Best regards,

Parvesh

View solution in original post

2 Replies

Avatar

Level 8

Hi  @CampaignerForLife,

 

Have you checked the web log file?

 

Regards, 

Celia

Avatar

Correct answer by
Community Advisor

Hi,

 

You can follow these steps:

1. If you want to check specific data, you can enable logging in the JavaScript connector file. If you cannot edit it directly, duplicate the file, add the required log information, and then update the external connection to use the new connector file.

2. Stop the MTA service and start it with the following command:

 

nlserver start mta instanceName -verbose

 

 

3. Send the delivery. You can view the log information in the command line where you ran it.

 

I have debugged the connector many times on our local server. However, if your server is managed by Adobe, it might be challenging. In that case, I recommend checking with Adobe Support.

 

Best regards,

Parvesh