docs: context object

This commit is contained in:
Ilkka Seppälä
2024-05-25 08:23:10 +03:00
parent f6e1518d20
commit a4f3f8ace9
2 changed files with 39 additions and 16 deletions
@@ -66,6 +66,5 @@ public class App {
private static void logContext(ServiceContext context) {
LOGGER.info("Context = {}", context);
}
}