On Tue, Nov 24, 2009 at 7:40 AM, Dave <snoopd...@gmail.com> wrote: > Add this to your roller-custom.properties file: > > > log4j.category.org.apache.roller.weblogger.ui.rendering.plugins.comments=DEBUG
Just realized... Actually, since you are using Roller 3.1 you'll need to add lines to the WEB-INF/classes/log4j.properties file (instead of roller-custom.properties) and you'll have to use the old package names. Use this instead: log4j.category.org.apache.roller.ui.rendering.util.CommentAuthenticator=DEBUG log4j.category.org.apache.roller.ui.rendering.util.MathCommentAuthenticator=DEBUG log4j.category.org.apache.roller.ui.rendering.util.DefaultCommentAuthenticator=DEBUG - Dave