Fix log metadata when starting a process (#345)

This commit is contained in:
Dmitry Kovba
2025-10-23 13:28:21 -07:00
committed by GitHub
parent 22f7b6ac13
commit 3d7bb7bb5c
+1 -1
View File
@@ -190,7 +190,7 @@ extension ManagedProcess {
log.info(
"got back pid data",
metadata: [
"id": "\(pid)"
"pid": "\(pid)"
])
$0.pid = pid