Expand my Community achievements bar.

Radically easy to access on brand approved content for distribution and omnichannel performant delivery. AEM Assets Content Hub and Dynamic Media with OpenAPI capabilities is now GA.

Disabling the logging of web service calls in server.log

Avatar

Level 8
Level 8
Hi all,



I have created a webservice that takes a pdf document and manipulates it according to some logic. However when I call this service in LC I get alot of log-info in server.log, For instance I get the entire document (formatted in a base64encoded string) represented in the log, this make the log get pretty clogged with unusable information, how can I turn this off?



Sincerely

Kim
3 Replies

Avatar

Level 10
You can change the lo4j settings in the lo4j.xml located under C:\Adobe\LiveCycle8.2\jboss\server\all\conf



JAsmin

Avatar

Level 8
Level 8
Hi again Jasmin,



Thanks - I will try that.



Sincerely

Kim

Avatar

Level 8
Level 8
Hi again,



I changed a number of settings in the log4j.xml file and now it is no longer outputting the content of the input to the web services. I don't exactly know which one of them made the change (maybe the axis or the com.adobe one?) However this was what I wanted. Thanks a lot.



Sincerely

Kim