Skip to content

Commit f08ab5e

Browse files
committed
Add more logging of actions
1 parent 098cf67 commit f08ab5e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

nativelink-service/src/execution_server.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,8 @@ impl ExecutionServer {
277277
)
278278
.await?;
279279

280+
debug!(?action_info, "Scheduling action");
281+
280282
let action_listener = instance_info
281283
.scheduler
282284
.add_action(OperationId::default(), Arc::new(action_info))

0 commit comments

Comments
 (0)