Logging the Jakarta Session Taglib

M

mfaine

I'm trying to log at the debug level the operations of the session
taglib.

I'd like to see the operations as they are performed yet I'm not
getting anything.

I've added

log4j.logger.org.apache.taglibs=debug

and I've also tried:

log4j.logger.org.apache.taglibs.session=debug

but I'm not having any luck.

LOG4J to follow

----

log4j.rootCategory=info, R, O


# Stdout
log4j.appender.O=org.apache.log4j.ConsoleAppender

# File
log4j.appender.R=org.apache.log4j.RollingFileAppender
log4j.appender.R.File=log4j.log

# Control the maximum log file size
log4j.appender.R.MaxFileSize=100KB


# Archive log files (one backup file here)
log4j.appender.R.MaxBackupIndex=1



log4j.appender.R.layout=org.apache.log4j.PatternLayout
log4j.appender.O.layout=org.apache.log4j.PatternLayout


log4j.appender.R.layout.ConversionPattern=[%d{ISO8601}]%5p%6.6r[%t]%x
- %C.%M(%F:%L) - %m%n
log4j.appender.O.layout.ConversionPattern=[%d{ISO8601}]%5p%6.6r[%t]%x
- %C.%M(%F\:%L) - %m%n

log4j.logger.org.apache.taglibs=debug
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,770
Messages
2,569,583
Members
45,073
Latest member
DarinCeden

Latest Threads

Top