0 votes
in Apache Log4j by
Explain what are the system properties checked by log4j?

1 Answer

0 votes
by

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

Related questions

0 votes
asked Apr 25, 2022 in Apache Log4j by rajeshsharma
0 votes
0 votes
asked Apr 25, 2022 in Apache Log4j by rajeshsharma
...