...
|
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
...