Skip to content

Commit 56bbf57

Browse files
committed
Better logging
1 parent a1870d1 commit 56bbf57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/eigr/spawn/internal/handlers/ActorServiceHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ private Optional<Value> callAction(String system, String actor, String commandNa
135135

136136
final Method actorMethod = entityMethod.getMethod();
137137
Class inputType = entityMethod.getInputType();
138-
log.debug("Action input type is: {}", inputType);
138+
log.debug("Action input type is: {}. Deserialize with value {}", inputType, value.getTypeUrl());
139139

140140
ActorContext actorContext;
141141
if (context.hasState()) {

0 commit comments

Comments
 (0)