Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

How to access the log file in lcds for debugging

Avatar

Level 2

Hi,

I am wondering what is the procedure to get a log file on lcds for debugging purposes.

Thanks

+LA

3 Replies

Avatar

Former Community Member

If you want lcds debugging edit /WEB-INF/flex/services.xml and change

the logging parameter to All or Debug

There are filters you can set look under the

Root_dir/resources/config/services.xml for options

Chuckles

Avatar

Level 3

Also, the log output is sent to the console by default. If you want to direct it to a file, you can use the servlet log  target instead of the console target. That will direct the log messages to your app server's log. The setting would look like this in the logging section of services-config.xml:

<target class="flex.messaging.log.ServletTarget" level="Debug">

Here's the doc on serverside logging:

http://help.adobe.com/en_US/LiveCycleDataServicesES/3.1/Developing/WSc3ff6d0ea77859461172e0811f00f70...