General logging
Preliminary Remark
The described environment variables in this section can not be changed at runtime.
In order to change them after initial setup and configuration, a redeployment is necessary.
LOG_APPENDER
- Required
-
No
- Description
-
This property determines how the log output of the services is done. There are two possibilities. 1) Default log output. The log entries are only written into default log files. Configuration: LOG_APPENDER=ASYNC_TIME_BASED_FILE_APPENDER 2) JSON based log output. The log entries are only written to STDOUT. Configuration: LOG_APPENDER=CONSOLE_JSON_LAYOUTER
- Defaults to
-
ASYNC_TIME_BASED_FILE_APPENDER
LOG_LEVEL_BOSCH
- Required
-
No
- Description
-
Sets the log level for all bosch components
- Defaults to
-
INFO
LOG_LEVEL_DATABASE_MIGRATION
- Required
-
No
- Description
-
Sets the log level for the liquibase migration
- Defaults to
-
INFO
LOG_LEVEL_SPRING_SECURITY
- Required
-
No
- Description
-
Sets the log level for spring security
- Defaults to
-
INFO
LOG_MDM_INTEGRATION_EVENTS
- Required
-
No
- Description
-
Sets the log level for MDM integration events
- Defaults to
-
INFO
LOG_WEBSERVER_REQUESTS_ENABLED
- Required
-
No
- Description
-
Enables logging of HTTP requests. This requires LOG_LEVEL_WEBSERVER_REQUESTS to be set to DEBUG
- Defaults to
-
false