Skip to content

Commit 666d692

Browse files
committed
Changed details log to debug.
1 parent 6d2a1f4 commit 666d692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/eigr/spawn/internal/transport/server/ActorServiceHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ private Protocol.ActorInvocationResponse handleRequest(HttpExchange exchange) th
8383
Any value = actorInvocationRequest.getValue();
8484

8585
Optional<Value> maybeValueResponse = callAction(system, actor, parent, commandName, value, context);
86-
log.info("Actor {} return ActorInvocationResponse for command {}. Result value: {}",
86+
log.debug("Actor {} return ActorInvocationResponse for command {}. Result value: {}",
8787
actor, commandName, maybeValueResponse);
8888

8989
if (maybeValueResponse.isPresent()) {

0 commit comments

Comments
 (0)