0

Where can I find out any errors which might have occurred during configuration of jboss-log4j.xml?

Errors include simple typing mistake to making an entry for appender but not for category name.

Am facing a problem where log is not writing to the specified file name but its getting written to server's server.log. So, I would like to debug where am making mistake.

Vikas V
  • 3,176
  • 2
  • 37
  • 60

1 Answers1

0

It's just log4j. So, for example, -Dlog4j.debug=true will spill some information for you. See the log4j doc for more details.

bmargulies
  • 97,814
  • 39
  • 186
  • 310