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.
SOLVED

FDS swallows stack traces

Avatar

Level 2
There are stack traces we need to see when FDS makes calls to
our Assembly functions. At the moment we have all of the log
settings we can find in the XML configuration files turned on. FDS
still swallows all of our exceptions without a stack trace. Any
information about the location of additional log settings would be
appreciated.
1 Accepted Solution

Avatar

Correct answer by
Level 2
I went into the category filters as you suggested, and turned
an immense number of them on. Now our stack trace is coming out. We
did not realize that the category filters would override debug
logging being on. Thank you!

View solution in original post

2 Replies

Avatar

Level 2
Yikes, it is very important that we get those stack traces
out. They should show up if you have Debug logging on and both
Message.* and DataService.* categories enabled. If it is still not
showing up with those two categories enabled, can you let me know
the assembler method which is being called?

Avatar

Correct answer by
Level 2
I went into the category filters as you suggested, and turned
an immense number of them on. Now our stack trace is coming out. We
did not realize that the category filters would override debug
logging being on. Thank you!