![JAR search and dependency download from the Maven repository](/logo.png)
com.sap.cloud.yaas.servicesdk.springboot.logging.LoggingContextProperties Maven / Gradle / Ivy
/*
* © 2017 SAP SE or an SAP affiliate company.
* All rights reserved.
* Please see http://www.sap.com/corporate-en/legal/copyright/index.epx for additional trademark information and
* notices.
*/
package com.sap.cloud.yaas.servicesdk.springboot.logging;
import com.sap.cloud.yaas.servicesdk.springboot.filter.FilterRegistrationPropertiesBase;
import org.springframework.boot.context.properties.ConfigurationProperties;
/**
* Properties used to configure the LoggingContextFilter, which adds information from YaaS HTTP headers to the Slf4j
* mapped diagnostic context (MDC).
*/
@ConfigurationProperties(prefix = "yaas.service.logging-context")
public class LoggingContextProperties extends FilterRegistrationPropertiesBase
{
// no new members, just new annotations
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy