Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Explain what are the system properties checked by log4j?
Home
Apache Log4j
Explain what are the system properties checked by log4j?
0
votes
asked
Apr 25, 2022
in
Apache Log4j
by
rajeshsharma
Explain what are the system properties checked by log4j?
log4j-properties
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 25, 2022
by
rajeshsharma
The system properties checked by log4j are
Log4j debug, if true, log4j will show internal debugging messages to the console
defaultInitOverride, if true, log4j will not execute default initialization
configuration, URL for default initialization configuration file
configurationClass, Class name for configurator to execute default initialization configuration file
ignoreTCL, if true, the thread class loader will be overlooked when loading classes
...