...
Code Block |
---|
BACKEND_TAG=stable-6.3.0 FRONTEND_TAG=stable-6.3.0 PYTHON_RUNTIME_TAG=stable-6.3.0 BACKEND_JAVA_OPTS=-XX:MaxRAMPercentage=50 CODE_SERVER_PW=XXXXXX PROXY_PORT=50001 |
Detailed Logging
There are two options to get more detailed logging behaviour.
Setting the env property to dev
This can be directly changed in the app
|
|
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
After all updates run docker-compose up -d
to restart your app!
Info |
---|
Reduce the reindex intervals in test environments to lower the load created by the instance. |