Versions Compared

Key

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

...

app/config/application-prod.yml

env: dev

see https://portrait.atlassian.net/wiki/x/qAdXPQ General settings

Custom Logback Config

Use a custom logback.xml with and set the at.treskon logger to INFO/DEBUG/TRACE

Code Block
<logger name="at.treskon" level="DEBUG" additivity="false">
        <appender-ref ref="FILE-ROLLING"/>
        <appender-ref ref="CONSOLE"/>
    </logger>

Details see https://portrait.atlassian.net/wiki/spaces/PA/pages/749273140/Logging#Custom-Logging-Configuration

Restarting the environment

...