Remove observability

This commit is contained in:
Oleg Zhurakousky
2022-05-03 19:48:16 +02:00
parent a1c2b9de02
commit 536bd3920f
12 changed files with 2 additions and 1072 deletions

View File

@@ -162,7 +162,7 @@ public final class CustomRuntimeEventLoop implements SmartLifecycle {
.body(outputBody), Object.class);
if (logger.isInfoEnabled()) {
logger.info("Result POST status: " + result.getStatusCode());
logger.info("Result POST status: " + result);
}
}
catch (Exception e) {