Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list

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