close

Filter

loading table of contents...

Operations Basics / Version 2101

Table Of Contents

4.7.1 Logging Configuration for Applications

CoreMedia applications use Logback. The log configuration for each application is packaged into each application jar archive. To configure the log level of a specific logger, you only need to set an application property, which follows the Spring Boot standard for log configuration. You can set the property in any of the location described here.

If for example you want to set the log level of the com.coremedia logger to debug, set the following property and restart the application.

logging.level.com.coremedia=debug

If you want to change the log level at runtime without restart, you can use the logger management actuator for an application if enabled. If that is the case, you can use a simple PUT request to set the new level. Please visit the official Spring Documentation for more details.

If you want to change other logging characteristics, you need to modify the src/main/resources/logback-spring.xml in each Spring Boot application module before building it.

Search Results

Table Of Contents
warning

Your Internet Explorer is no longer supported.

Please use Mozilla Firefox, Google Chrome, or Microsoft Edge.