@Configuration(proxyBeanMethods=false)
@ConditionalOnProperty(value="spring.sleuth.enabled",
matchIfMissing=true)
@Deprecated
public class SleuthLogAutoConfiguration
extends Object
Configuration that adds a Slf4jScopeDecorator that prints tracing
information in the logs.
| Modifier and Type | Class and Description |
|---|---|
static class |
SleuthLogAutoConfiguration.Slf4jConfiguration
Deprecated.
Configuration for Slfj4.
|
| Constructor and Description |
|---|
SleuthLogAutoConfiguration()
Deprecated.
|
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.