javascript errors of liveCycle designer | Community
Skip to main content
New Participant
December 19, 2022
Question

javascript errors of liveCycle designer

  • December 19, 2022
  • 1 reply
  • 703 views

Is there a way to remove the javascript errors from the error.log file.

I see some errors which start with :

 

*WARN* [RequestProcessor-1] com.adobe.document.XMLFormService ALC-XTG-032-108: [16422] Script failed (language is javascript; 

 

The particular script in question works and i want to hide such warnings. Can some one please let me know.

 

Regards, 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Mayank_Gandhi
Employee
December 20, 2022

@usersd  you can, add an entry in the server configuration to suppress the logs by changing this class to info only

 com.adobe.document.XMLFormService 

https://experienceleague.adobe.com/docs/experience-manager-learn/forms/troubleshooting/steps-to-enable-debug-logging-for-any-classes-in-jboss-application-server.html?lang=en

UserSDAuthor
New Participant
January 10, 2023

Hi @mayank_gandhi ,

 

Where can i find this setting in AEM forms OSGI? Is there some configuration that needs to be edited for this?

 

Regards,