Maybe I'm too stupid for "easy" things like this but I'm not able to configure log4j for VSJ WebLogic Edition. I've read the documentation(weblogic and standard version) and followed the instructions for configuring log4j but nothing happend.
I've added to my log4j.properties the following lines:
log4j.logger.com.dstc=DEBUG, logfile
log4j.logger.com.wedgetail=DEBUG, logfile
My own logs in the implemented code is logged in logfile too.
I would like to see some log-entries of the AuthFilter and other vsj-stuff.
Has anyone a idea??
I've added to my log4j.properties the following lines:
log4j.logger.com.dstc=DEBUG, logfile
log4j.logger.com.wedgetail=DEBUG, logfile
My own logs in the implemented code is logged in logfile too.
I would like to see some log-entries of the AuthFilter and other vsj-stuff.
Has anyone a idea??