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
Solved! Go to Solution.
Views
Replies
Total Likes
Hi floriancourgey,
Past couple of days log can be accessed from the console itself
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
Views
Replies
Total Likes
Views
Replies
Total Likes
Hi Vipul,
Thanks for your kind answer. Where is web.log located and how can I access its content?
Thank you
Views
Replies
Total Likes
Hi floriancourgey,
Past couple of days log can be accessed from the console itself
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
Views
Replies
Total Likes
Great, it's absolutely what we were looking for!
Thanks a lot
Views
Replies
Total Likes