Top "Log4j" questions

log4j is a popular Java-based logging utility.

log4j configuration via JVM argument(s)?

What variables do I have to set/pass as arguments to the JVM to get log4j to run properly? …

java logging log4j
How to stop INFO messages displaying on spark console?

I'd like to stop various messages that are coming on spark shell. I tried to edit the log4j.properties …

apache-spark log4j spark-submit
Where is the correct location to put Log4j.properties in an Eclipse project?

Where in my Eclipse project should I add the log4j.properties file so that it will work as intended?

java eclipse log4j classpath
Setting a log file name to include current date in Log4j

I would like to set the log file name for a log4j and log4net appender to have the …

java .net logging log4net log4j
Configuring Hibernate logging using Log4j XML config file?

I haven't been able to find any documentation on how to configure Hibernate's logging using the XML style configuration file …

xml hibernate logging configuration log4j
How to write error log or exception into file in java

Is there any way to write error log or exception into a file in java. i have gone through Log4…

java log4j error-log
Log4j: How to configure simplest possible file logging?

My story: I want to make a thing which is as simple as a simplest possible log4j logger that …

java logging log4j
Please initialize the log4j system properly. While running web service

Maybe it looks silly to ask this but I am confused. I referred to Configuring Log4j property but it …

java web-services log4j axis
Dynamically Changing log4j log level

What are the different approaches for changing the log4j log level dynamically, so that I will not have to …

java logging log4j runtime
how to make log4j to write to the console as well

Is there any way to tell to log4j to write its log to the file and to the console? …

java apache logging log4j