Quantcast
Channel: Software Communities : Popular Discussions - All Things Unix
Viewing all articles
Browse latest Browse all 1046

How to enable logging with log4j

$
0
0
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??


Viewing all articles
Browse latest Browse all 1046

Trending Articles