コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

How to get logs from SOAP methods/calls?

Avatar

Level 6

Hi,

When we do a "logInfo" in a Javascript function called by SOAP, how can we read/get the information logged?

For example, in the documentation to implement SOAP calls (Implementing SOAP methods ), we have

function nms_recipient_testLog(message)

{

  logInfo("*** " + message)

}

Where can we see this message?

Our AC7 is hosted by Adobe.

Thank you

Florian

1 受け入れられたソリューション

Avatar

正解者
Employee

Hi floriancourgey,

Past couple of days log can be accessed from the console itself 1553342_pastedImage_1.png

If your instance is hosted with Adobe, you can reach out to support for more logs from past days.

If you are hosting the infra in house, you can find the logs from <install_directory>/var/logs section

Regards,
Vipul

元の投稿で解決策を見る

4 返信

Avatar

Employee

Hi floriancourgey,

You can find the information in web.log file

Regards,
Vipul

Avatar

Level 6

Hi Vipul,

Thanks for your kind answer. Where is web.log located and how can I access its content?

Thank you

Avatar

正解者
Employee

Hi floriancourgey,

Past couple of days log can be accessed from the console itself 1553342_pastedImage_1.png

If your instance is hosted with Adobe, you can reach out to support for more logs from past days.

If you are hosting the infra in house, you can find the logs from <install_directory>/var/logs section

Regards,
Vipul

Avatar

Level 6

Great, it's absolutely what we were looking for!

Thanks a lot