More blockhound exclusions.

This commit is contained in:
Spencer Gibb
2019-12-10 14:49:39 -05:00
parent 1d151215af
commit d8c8d0d494

View File

@@ -31,6 +31,8 @@ public class CustomBlockHoundIntegration implements BlockHoundIntegration {
"org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler",
"logError");
builder.allowBlockingCallsInside("reactor.util.Loggers$Slf4JLogger", "debug");
builder.allowBlockingCallsInside("reactor.util.Loggers$Slf4JLogger", "info");
builder.allowBlockingCallsInside("reactor.util.Loggers$Slf4JLogger", "error");
// Uses org.springframework.util.JdkIdGenerator#generateId
// Uses UUID#randomUUID