Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

as Package name and select DEBUG as Logging Level


Do the same for

Code Block
ch.beecom.jira.jsu


Permanently:

Add the following lines into the file WEB-INF/classes/log4j.properties:

Code Block
log4j.category.com.googlecode.jsu = DEBUG, filelog
log4j.additivity.com.googlecode.jsu = false

log4j.category.ch.beecom.jira.jsu = DEBUG, filelog
log4j.additivity.ch.beecom.jira.jsu = false


Warning

Debug log messages are very detailed. Your log file will grow very quickly, even performance of the whole system can be affected.

For these reasons we recommend to leave the logging only for a very short time on debug log level.

...