Versions Compared

Key

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

...

Please see the Installation pages for your particular deployment to determine how to set an appropriate Java heap size, and what that size should be.

Unhelpful logging information from exception traces.

The default logging provifded in logback.xml is for a truncated information from exceptions.  Particularly when debugging a development system it may be helpful to turn up the amount of information in the log. This page has mpore details but replacing this line in logback.xml

Code Block
languagexml
            <Pattern>%date{ISO8601} - %level [%logger:%line] - %msg%n%ex{short}</Pattern>

with

Code Block
languagexml
            <Pattern>%date{ISO8601} - %level [%logger:%line] - %msg%n%ex{full}</Pattern>

Can often provide a useful hint of where the fault has come from