All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sap.cloud.yaas.servicesdk.springboot.logging.LoggingContextProperties Maven / Gradle / Ivy

There is a newer version: 4.17.1
Show newest version
/*
 * © 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