@Configuration
@ConditionalOnProperty(value="spring.sleuth.enabled",
matchIfMissing=true)
@AutoConfigureBefore(value=TraceAutoConfiguration.class)
public class SleuthLogAutoConfiguration
extends Object
Auto-configuration
enables a Slf4jCurrentTraceContext that prints tracing information in the logs.
| Modifier and Type | Class and Description |
|---|---|
protected static class |
SleuthLogAutoConfiguration.Slf4jConfiguration |
| Constructor and Description |
|---|
SleuthLogAutoConfiguration() |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.