Web 7.0 Pando: Instrumenting a DIDComm Agent (TDA) using the OpenTelemetry framework

The following (long) trace uses OpenTelemetry to log DID Document operations as well as all DIDComm Messaging related operations. The output also includes some traditional Debug.WriteLine text.

The first section illustrates how Jeager is able to collect, query, visualize multiple DIDComm activities (e.g. sending a PandoMail message to itself). The second section is an example of a similar set of activities captureed by Microsoft OpenTelemetry console (instrad of Jaeger). The following sequence of activities can be observed in each of these sections:

  1. didcomm.receive
  2. didcomm.storage
  3. didcomm.dispatch
  4. didcomm.deliver (send)

Although unlabelled, these activities are represented by the different sized dots in the chart below.

OpenTelementry Reference: https://opentelemetry.io/docs/what-is-opentelemetry/

Section 1: Jaeger Collector and Web Reporting

Section 2: Microsoft OpenTelemetry Console Output

Activity.TraceId: a9dd67aadada94ad4186ccda81023ff1
Activity.SpanId: 55cdf736b969d4ab
Activity.TraceFlags: Recorded
Activity.DisplayName: DIDDocument.Count
Activity.Kind: Internal
Activity.StartTime: 2026-08-25T19:52:03.2243444Z
Activity.Duration: 00:00:00.0186620
Activity.Tags:
count: 1
Instrumentation scope (ActivitySource):
Name: Svrn7.Identity.DIDDocument
Version: 0.8.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:52:03.302 dbug: Svrn7.Store.LiteDidDocumentRegistry[0]
DID Document resolved: DID=did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a Version=1 Status=Active Role=Wanderer Keys=2 Services=1
{
“context”: [
https://www.w3.org/ns/did/v1
],
“id”: “did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a”,
“verificationMethod”: [
{
“id”: “did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a#key-1”,
“type”: “EcdsaSecp256k1VerificationKey2019”,
“controller”: “did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a”,
“publicKeyHex”: “0330d4cb0aaf1c863d9a7b1ea8196590c9e8bc05726d35c6cc982a64236e7bb869”
},
{
“id”: “did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a#key-agreement-1”,
“type”: “X25519KeyAgreementKey2020”,
“controller”: “did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a”,
“publicKeyHex”: “0c45cbc0d74ad492243a18310fa0833d7871616be6f12259f52abb32f06b9472”
}
],
“authentication”: [
“did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a#key-1”
],
“assertionMethod”: [
“did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a#key-1”
],
“keyAgreement”: [
“did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a#key-agreement-1”
],
“service”: [
{
“id”: “did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a#didcomm-1”,
“type”: “DIDCommMessaging”,
“serviceEndpoint”: “http://localhost:8445/didcomm
}
],
“tdaRole”: “Wanderer”,
“tdaName”: “W5”
}
Activity.TraceId: 663ccd5f50daadd1a36b33ffcbd48051
Activity.SpanId: a917b968e7bd982c
Activity.TraceFlags: Recorded
Activity.DisplayName: DIDDocument.Resolve
Activity.Kind: Internal
Activity.StartTime: 2026-08-25T19:52:03.2760089Z
Activity.Duration: 00:00:00.0280221
Activity.Tags:
did: did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a
found: true
did.version: 1
Instrumentation scope (ActivitySource):
Name: Svrn7.Identity.DIDDocument
Version: 0.8.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

────────────────────────────────────────────────────────────────────────────────
SVRN7 Trusted Digital Assistant (TDA) v0.8.0
Web 7.0 Foundation – https://svrn7.net
────────────────────────────────────────────────────────────────────────────────
Started : August 25, 2026 1:52:03 PM
Executable : C:\Program Files\dotnet\dotnet.exe
CWD : C:\SVRN7\repos\SVRN7\src\Svrn7.TDA\bin\Debug\net8.0
Runtime : .NET 8.0.28
OS : Microsoft Windows 10.0.29648
────────────────────────────────────────────────────────────────────────────────
TDA Name : W5
TDA Role : Wanderer
Initialized : yes – using existing identity
Agent DID : did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a
Listen port : 8445
Fed Domain : (not configured – use –federationdomain)
Fed Endpoint: (not resolved – no drn.directory record found)
LOBEs : 4 eager 12 JIT (54 protocols 36 cmdlets)
Eager : Svrn7.Common.0.8.0 Svrn7.Federation.0.8.0 Svrn7.Society.0.8.0 Svrn7.UX.0.8.0
JIT : Pando.Diagnostics Svrn7.Email Svrn7.Calendar Svrn7.Common Svrn7.Federation Svrn7.Identity Svrn7.Invoicing Svrn7.Notifications Svrn7.Onboarding Svrn7.Presence Svrn7.Society Svrn7.UX
────────────────────────────────────────────────────────────────────────────────
Federation : (not yet initialised – see FEDERATIONDEBUG.ps1 E.0 to generate keys and POST federation/1.0/init to :8445/didcomm)
Societies : (not yet initialised – see FEDERATIONDEBUG.ps1 E.2 to register the first society)
────────────────────────────────────────────────────────────────────────────────

19:52:03.355 info: Svrn7.Society.DIDCommMessageProcessorService[0]
DIDCommMessageProcessorService started.
19:52:03.359 info: Svrn7.TDA.LobeManager[0]
LobeManager: 4 eager LOBE(s) configured.
Activity.TraceId: 06907f3eb871f9bde8bf29c661f11249
Activity.SpanId: 969a7bf0deafb150
Activity.TraceFlags: Recorded
Activity.DisplayName: lobe.import
Activity.Kind: Internal
Activity.StartTime: 2026-08-25T19:52:03.4730203Z
Activity.Duration: 00:00:00.0006167
Activity.Tags:
svrn7.lobe_module_path: C:\SVRN7\repos\SVRN7\src\Svrn7.TDA\bin\Debug\net8.0\lobes\Svrn7.Common.0.8.0\Svrn7.Common.0.8.0.psm1
svrn7.lobe_kind: eager-iss
19:52:03.473 info: Svrn7.TDA.LobeManager[0]
LobeManager: eager LOBE imported – C:\SVRN7\repos\SVRN7\src\Svrn7.TDA\bin\Debug\net8.0\lobes\Svrn7.Common.0.8.0\Svrn7.Common.0.8.0.psm1
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: 37133f7f1e60590dead8f0cd17e52fe1
Activity.SpanId: 0fceea81ca4731ff
Activity.TraceFlags: Recorded
Activity.DisplayName: lobe.import
Activity.Kind: Internal
Activity.StartTime: 2026-08-25T19:52:03.4757167Z
Activity.Duration: 00:00:00.0000405
Activity.Tags:
svrn7.lobe_module_path: C:\SVRN7\repos\SVRN7\src\Svrn7.TDA\bin\Debug\net8.0\lobes\Svrn7.Federation.0.8.0\Svrn7.Federation.0.8.0.psm1
svrn7.lobe_kind: eager-iss
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
19:52:03.475 info: Svrn7.TDA.LobeManager[0]
LobeManager: eager LOBE imported – C:\SVRN7\repos\SVRN7\src\Svrn7.TDA\bin\Debug\net8.0\lobes\Svrn7.Federation.0.8.0\Svrn7.Federation.0.8.0.psm1
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: f2a1d7f496ecc21ea9426a0c99f0e035
Activity.SpanId: cf31bb1f46e67cf5
Activity.TraceFlags: Recorded
Activity.DisplayName: lobe.import
Activity.Kind: Internal
Activity.StartTime: 2026-08-25T19:52:03.4766846Z
Activity.Duration: 00:00:00.0000228
Activity.Tags:
svrn7.lobe_module_path: C:\SVRN7\repos\SVRN7\src\Svrn7.TDA\bin\Debug\net8.0\lobes\Svrn7.Society.0.8.0\Svrn7.Society.0.8.0.psm1
svrn7.lobe_kind: eager-iss
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:52:03.476 info: Svrn7.TDA.LobeManager[0]
LobeManager: eager LOBE imported – C:\SVRN7\repos\SVRN7\src\Svrn7.TDA\bin\Debug\net8.0\lobes\Svrn7.Society.0.8.0\Svrn7.Society.0.8.0.psm1
Activity.TraceId: b3369934218680ee3e09d57179e3c14b
Activity.SpanId: 07b542f7bec76151
19:52:03.477 info: Svrn7.TDA.LobeManager[0]
LobeManager: eager LOBE imported – C:\SVRN7\repos\SVRN7\src\Svrn7.TDA\bin\Debug\net8.0\lobes\Svrn7.UX.0.8.0\Svrn7.UX.0.8.0.psm1
Activity.TraceFlags: Recorded
Activity.DisplayName: lobe.import
Activity.Kind: Internal
Activity.StartTime: 2026-08-25T19:52:03.4776200Z
Activity.Duration: 00:00:00.0000228
Activity.Tags:
svrn7.lobe_module_path: C:\SVRN7\repos\SVRN7\src\Svrn7.TDA\bin\Debug\net8.0\lobes\Svrn7.UX.0.8.0\Svrn7.UX.0.8.0.psm1
svrn7.lobe_kind: eager-iss
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:52:03.479 info: Svrn7.TDA.LobeManager[0]
LobeManager: scanning 12 descriptor(s) under ‘C:\SVRN7\repos\SVRN7\src\Svrn7.TDA\bin\Debug\net8.0\lobes’.
19:52:03.480 info: Svrn7.TDA.LobeManager[0]
LobeManager: LOBE ‘Pando.Diagnostics’ v0.1.0 – 2 protocol(s) registered.
19:52:03.480 info: Svrn7.TDA.LobeManager[0]
LobeManager: LOBE ‘Svrn7.Email’ v0.8.0 – 10 protocol(s) registered.
19:52:03.480 info: Svrn7.TDA.LobeManager[0]
LobeManager: LOBE ‘Svrn7.Calendar’ v0.8.0 – 3 protocol(s) registered.
19:52:03.481 info: Svrn7.TDA.LobeManager[0]
LobeManager: LOBE ‘Svrn7.Federation’ v0.8.0 – 8 protocol(s) registered.
19:52:03.481 info: Svrn7.TDA.LobeManager[0]
LobeManager: LOBE ‘Svrn7.Identity’ v0.8.0 – 4 protocol(s) registered.
19:52:03.481 info: Svrn7.TDA.LobeManager[0]
LobeManager: LOBE ‘Svrn7.Invoicing’ v0.8.0 – 2 protocol(s) registered.
19:52:03.482 info: Svrn7.TDA.LobeManager[0]
LobeManager: LOBE ‘Svrn7.Notifications’ v0.8.0 – 1 protocol(s) registered.
19:52:03.482 info: Svrn7.TDA.LobeManager[0]
LobeManager: LOBE ‘Svrn7.Onboarding’ v0.8.0 – 3 protocol(s) registered.
19:52:03.483 info: Svrn7.TDA.LobeManager[0]
LobeManager: LOBE ‘Svrn7.Presence’ v0.8.0 – 3 protocol(s) registered.
19:52:03.483 info: Svrn7.TDA.LobeManager[0]
LobeManager: LOBE ‘Svrn7.Society’ v0.8.0 – 15 protocol(s) registered.
19:52:03.483 info: Svrn7.TDA.LobeManager[0]
LobeManager: LOBE ‘Svrn7.UX’ v0.8.0 – 3 protocol(s) registered.
19:52:03.484 info: Svrn7.TDA.LobeManager[0]
LobeManager: FileSystemWatcher started – watching ‘C:\SVRN7\repos\SVRN7\src\Svrn7.TDA\bin\Debug\net8.0\lobes’ for *.lobe.json.
19:52:03.484 info: Svrn7.TDA.LobeManager[0]
LobeManager: config watcher started – watching ‘C:\SVRN7\repos\SVRN7\src\Svrn7.TDA\bin\Debug\net8.0\lobes\lobes.config.json’.
19:52:03.484 info: Svrn7.TDA.IsolatedRunspaceFactory[0]
IsolatedRunspaceFactory: InitialSessionState built – per-invocation runspace isolation active.
19:52:03.485 info: Svrn7.TDA.SwitchboardHostedService[0]
SwitchboardHostedService: RunspacePool started.
Activity.TraceId: 6b9b19052bc3af5e21167c02a3ea8a23
Activity.SpanId: 7e0475a3242a5034
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.storage
Activity.Kind: Client
Activity.StartTime: 2026-08-25T19:52:03.4861505Z
Activity.Duration: 00:00:00.0019035
Activity.Tags:
db.operation: reset_stuck
svrn7.record_count: 0
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:52:03.490 info: Svrn7.TDA.DIDCommMessageSwitchboard[0]
DIDCommMessageSwitchboard: drain loop started.
19:52:03.522 warn: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: TLS certificate not configured. Running in cleartext HTTP/2 (development mode only).
19:52:03.550 info: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: listening on port 8445 (mTLS=True).
19:52:03.550 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: POST /didcomm (HTTP/2 inbound) and GET /localcomm-ws (WebSocket RFC 8441) active on port 8445.
19:52:20.252 info: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: local-UI WebSocket attached on /localcomm-ws (id=dae753f6-b931-433e-9846-d14c85edfd73).
19:52:20.606 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket frame received – 590 bytes, endOfMessage=True.
19:52:20.610 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket complete message assembled – 590 bytes.
19:52:20.616 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket processing message – length=590, preview='{“typ”:”application/didcomm-plain\u002Bjson”,”id”:”did:drn:svrn7.net/didcomm/msg/f81491f5a0004f7bab69043f40cfef4e”,”type’.
19:52:20.638 info: Svrn7.TDA.WebSocketNotifyHub[0]
WebSocketNotifyHub: Hello from app=’PandoMail’ version=’unknown’ instance=17155c59-657c-4f2f-8be1-8e2f1da2668d (2 subscription(s)).
Activity.TraceId: dfcf5b827d0742cff2450a609067d398
Activity.SpanId: da71457eada18429
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.receive
Activity.Kind: Server
Activity.StartTime: 2026-08-25T19:52:20.6164194Z
Activity.Duration: 00:00:00.0760686
Activity.Tags:
svrn7.transport: ws
svrn7.outcome: control_frame
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:52:20.926 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket frame received – 191 bytes, endOfMessage=True.
19:52:20.926 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket complete message assembled – 191 bytes.
19:52:20.926 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket processing message – length=191, preview='{“typ”:”application/didcomm-plain\u002Bjson”,”id”:”did:drn:svrn7.net/didcomm/msg/86c1fc72ec08466282e027d4f9b188f9″,”type’.
19:52:20.932 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket UnpackAsync OK – type=’did:drn:svrn7.net/protocols/PandoMail.0.8.0/Query-TdaDid’, from='(null)’.
Activity.TraceId: 84cb3b7deb24fe3f21ed3a61ef7b5be2
Activity.SpanId: 0ad5101cdc1de8eb
Activity.TraceFlags: Recorded
Activity.ParentSpanId: a8011b1229d3bbf5
Activity.DisplayName: didcomm.storage
Activity.Kind: Client
Activity.StartTime: 2026-08-25T19:52:20.9432310Z
Activity.Duration: 00:00:00.1176044
Activity.Tags:
db.operation: enqueue
messaging.message_type: did:drn:svrn7.net/protocols/PandoMail.0.8.0/Query-TdaDid
messaging.message_id: did:drn:/inbox/msg/6a8df274763cc90ad4799607
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:52:21.065 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket message enqueued (type=’did:drn:svrn7.net/protocols/PandoMail.0.8.0/Query-TdaDid’).
Activity.TraceId: 84cb3b7deb24fe3f21ed3a61ef7b5be2
Activity.SpanId: a8011b1229d3bbf5
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.receive
Activity.Kind: Server
Activity.StartTime: 2026-08-25T19:52:20.9267493Z
Activity.Duration: 00:00:00.1385709
Activity.Tags:
svrn7.transport: ws
messaging.message_id: did:drn:svrn7.net/didcomm/msg/86c1fc72ec08466282e027d4f9b188f9
messaging.message_type: did:drn:svrn7.net/protocols/PandoMail.0.8.0/Query-TdaDid
svrn7.outcome: enqueued
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: 19b33cff75c7451d4e0d349bd6f74ca0
Activity.SpanId: 45e9b2754ed6dc16
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.storage
Activity.Kind: Client
Activity.StartTime: 2026-08-25T19:52:21.0848220Z
Activity.Duration: 00:00:00.0342136
Activity.Tags:
db.operation: dequeue_batch
svrn7.record_count: 1
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:52:21.123 info: Svrn7.TDA.DIDCommMessageSwitchboard[0]
Switchboard: processing 1 inbound message(s).
19:52:21.134 dbug: Svrn7.TDA.DIDCommMessageSwitchboard[0]
Switchboard: dequeued message
{
“id”: “did:drn:/inbox/msg/6a8df274763cc90ad4799607”,
“type”: “did:drn:svrn7.net/protocols/PandoMail.0.8.0/Query-TdaDid”,
“fromDid”: null,
“wireId”: “did:drn:svrn7.net/didcomm/msg/86c1fc72ec08466282e027d4f9b188f9”,
“thid”: null,
“receivedAt”: “2026-08-25T19:52:20.946+00:00”,
“status”: “Processing”,
“attemptCount”: 0,
“processedAt”: null,
“lastError”: null,
“jweEnvelope”: “{\u0022typ\u0022:\u0022application/didcomm-plain\u002Bjson\u0022,\u0022id\u0022:\u0022did:drn:svrn7.net/didcomm/msg/86c1fc72ec08466282e027d4f9b188f9\u0022,\u0022type\u0022:\u0022did:drn:svrn7.net/protocols/PandoMail.0.8.0/Query-TdaDid\u0022,\u0022body\u0022:{}}”,
“body”: {}
}
19:52:21.135 info: Svrn7.TDA.DIDCommMessageSwitchboard[0]
Switchboard: routing did:drn:/inbox/msg/6a8df274763cc90ad4799607 (type=did:drn:svrn7.net/protocols/PandoMail.0.8.0/Query-TdaDid) ␦ Get-TdaDid [Svrn7.Email]
19:52:26.840 info: Svrn7.TDA.LobeManager[0]
LobeManager: importing into isolated runspace (JIT) – C:\SVRN7\repos\SVRN7\src\Svrn7.TDA\bin\Debug\net8.0\lobes\PandoMail.0.8.0\PandoMail.0.8.0.psm1
19:52:26.956 info: Svrn7.TDA.LobeManager[0]
LobeManager: import complete – C:\SVRN7\repos\SVRN7\src\Svrn7.TDA\bin\Debug\net8.0\lobes\PandoMail.0.8.0\PandoMail.0.8.0.psm1
Activity.TraceId: 11f84ef1b564ab4bce12bc1c85bb9f8c
Activity.SpanId: 507a585c0d543508
Activity.TraceFlags: Recorded
Activity.ParentSpanId: f2a5a286bbfe5f26
Activity.DisplayName: lobe.import
Activity.Kind: Internal
Activity.StartTime: 2026-08-25T19:52:26.8403200Z
Activity.Duration: 00:00:00.1168330
Activity.Tags:
svrn7.lobe_module_path: C:\SVRN7\repos\SVRN7\src\Svrn7.TDA\bin\Debug\net8.0\lobes\PandoMail.0.8.0\PandoMail.0.8.0.psm1
svrn7.lobe_kind: jit
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: 11f84ef1b564ab4bce12bc1c85bb9f8c
Activity.SpanId: b49a048163096e4c
Activity.TraceFlags: Recorded
Activity.ParentSpanId: 1716540483f5a42a
Activity.DisplayName: didcomm.storage
Activity.Kind: Client
Activity.StartTime: 2026-08-25T19:52:27.0788088Z
Activity.Duration: 00:00:00.0064691
Activity.Tags:
db.operation: get_by_id
messaging.message_id: did:drn:/inbox/msg/6a8df274763cc90ad4799607
svrn7.outcome: hit
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:52:27.176 dbug: Svrn7.Store.LiteDidDocumentRegistry[0]
DID Document resolved: DID=did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a Version=1 Status=Active Role=Wanderer Keys=2 Services=1
{
“context”: [
https://www.w3.org/ns/did/v1
],
“id”: “did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a”,
“verificationMethod”: [
{
“id”: “did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a#key-1”,
“type”: “EcdsaSecp256k1VerificationKey2019”,
“controller”: “did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a”,
“publicKeyHex”: “0330d4cb0aaf1c863d9a7b1ea8196590c9e8bc05726d35c6cc982a64236e7bb869”
},
{
“id”: “did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a#key-agreement-1”,
“type”: “X25519KeyAgreementKey2020”,
“controller”: “did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a”,
“publicKeyHex”: “0c45cbc0d74ad492243a18310fa0833d7871616be6f12259f52abb32f06b9472”
}
],
“authentication”: [
“did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a#key-1”
],
“assertionMethod”: [
“did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a#key-1”
],
“keyAgreement”: [
“did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a#key-agreement-1”
],
“service”: [
{
“id”: “did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a#didcomm-1”,
“type”: “DIDCommMessaging”,
“serviceEndpoint”: “http://localhost:8445/didcomm
}
],
“tdaRole”: “Wanderer”,
“tdaName”: “W5”
}
Activity.TraceId: 11f84ef1b564ab4bce12bc1c85bb9f8c
Activity.SpanId: 207b6e256bcc2a4c
Activity.TraceFlags: Recorded
Activity.ParentSpanId: 1716540483f5a42a
Activity.DisplayName: DIDDocument.Resolve
Activity.Kind: Internal
Activity.StartTime: 2026-08-25T19:52:27.1751979Z
Activity.Duration: 00:00:00.0019598
Activity.Tags:
did: did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a
found: true
did.version: 1
Instrumentation scope (ActivitySource):
Name: Svrn7.Identity.DIDDocument
Version: 0.8.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: 11f84ef1b564ab4bce12bc1c85bb9f8c
Activity.SpanId: 1716540483f5a42a
Activity.TraceFlags: Recorded
Activity.ParentSpanId: f2a5a286bbfe5f26
Activity.DisplayName: didcomm.invoke
Activity.Kind: Internal
Activity.StartTime: 2026-08-25T19:52:26.9628770Z
Activity.Duration: 00:00:00.6463836
Activity.Tags:
messaging.message_id: did:drn:/inbox/msg/6a8df274763cc90ad4799607
svrn7.lobe_entrypoint: Get-TdaDid
svrn7.result_count: 2
svrn7.warning_count: 0
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: 11f84ef1b564ab4bce12bc1c85bb9f8c
Activity.SpanId: 9fc698292b821f2d
Activity.TraceFlags: Recorded
Activity.ParentSpanId: f2a5a286bbfe5f26
Activity.DisplayName: didcomm.storage
Activity.Kind: Client
Activity.StartTime: 2026-08-25T19:52:27.6425717Z
Activity.Duration: 00:00:00.0017884
Activity.Tags:
db.operation: mark_processed
messaging.message_id: did:drn:/inbox/msg/6a8df274763cc90ad4799607
svrn7.outcome: processed
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: 11f84ef1b564ab4bce12bc1c85bb9f8c
Activity.SpanId: f2a5a286bbfe5f26
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.dispatch
Activity.Kind: Consumer
Activity.StartTime: 2026-08-25T19:52:21.1336193Z
Activity.Duration: 00:00:06.5136067
Activity.Tags:
messaging.message_id: did:drn:/inbox/msg/6a8df274763cc90ad4799607
messaging.message_type: did:drn:svrn7.net/protocols/PandoMail.0.8.0/Query-TdaDid
messaging.attempt_count: 0
svrn7.lobe_name: Svrn7.Email
svrn7.lobe_entrypoint: Get-TdaDid
svrn7.outcome: processed
StatusCode: Ok
Activity.Links:
84cb3b7deb24fe3f21ed3a61ef7b5be2 a8011b1229d3bbf5
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:52:27.665 dbug: Svrn7.TDA.WebSocketNotifyHub[0]
WebSocketNotifyHub: ␦ connection dae753f6-b931-433e-9846-d14c85edfd73 (correlated reply) type=did:drn:svrn7.net/protocols/PandoMail.0.8.0/Reply-TdaDid
19:52:27.671 dbug: Svrn7.TDA.DIDCommMessageSwitchboard[0]
Switchboard: pushed to local WebSocket (connected).
Activity.TraceId: 2bb00e62467d8c4530b105ca01fb67d8
Activity.SpanId: f09f8714f1fe11bb
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.deliver
Activity.Kind: Producer
Activity.StartTime: 2026-08-25T19:52:27.6593823Z
Activity.Duration: 00:00:00.0118400
Activity.Tags:
svrn7.peer_endpoint: ws://local/localcomm-ws
svrn7.outcome: ws_pushed
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:52:27.680 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket frame received – 197 bytes, endOfMessage=True.
19:52:27.681 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket complete message assembled – 197 bytes.
19:52:27.681 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket processing message – length=197, preview='{“typ”:”application/didcomm-plain\u002Bjson”,”id”:”did:drn:svrn7.net/didcomm/msg/cf6f44b99169413c8e12173f60cb40c1″,”type’.
19:52:27.681 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket UnpackAsync OK – type=’did:drn:svrn7.net/protocols/PandoMail.0.8.0/Query-FolderCounts’, from='(null)’.
Activity.TraceId: 0126436a0e7c9730d03dc5a510d52baf
Activity.SpanId: f863d2c86f611e1a
Activity.TraceFlags: Recorded
Activity.ParentSpanId: 362892bf7fa9aa15
Activity.DisplayName: didcomm.storage
Activity.Kind: Client
Activity.StartTime: 2026-08-25T19:52:27.6819070Z
Activity.Duration: 00:00:00.0051320
Activity.Tags:
db.operation: enqueue
messaging.message_type: did:drn:svrn7.net/protocols/PandoMail.0.8.0/Query-FolderCounts
messaging.message_id: did:drn:/inbox/msg/6a8df27b763cc90ad4799608
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:52:27.690 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket message enqueued (type=’did:drn:svrn7.net/protocols/PandoMail.0.8.0/Query-FolderCounts’).
Activity.TraceId: 0126436a0e7c9730d03dc5a510d52baf
Activity.SpanId: 362892bf7fa9aa15
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.receive
Activity.Kind: Server
Activity.StartTime: 2026-08-25T19:52:27.6812361Z
Activity.Duration: 00:00:00.0097554
Activity.Tags:
svrn7.transport: ws
messaging.message_id: did:drn:svrn7.net/didcomm/msg/cf6f44b99169413c8e12173f60cb40c1
messaging.message_type: did:drn:svrn7.net/protocols/PandoMail.0.8.0/Query-FolderCounts
svrn7.outcome: enqueued
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:52:27.724 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket frame received – 200 bytes, endOfMessage=True.
19:52:27.724 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket complete message assembled – 200 bytes.
19:52:27.724 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket processing message – length=200, preview='{“typ”:”application/didcomm-plain\u002Bjson”,”id”:”did:drn:svrn7.net/didcomm/msg/a1da7d744e9242bab5cca9eba55be6ab”,”type’.
19:52:27.725 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket UnpackAsync OK – type=’did:drn:svrn7.net/protocols/PandoMail.0.8.0/List-Emails’, from='(null)’.
Activity.TraceId: 2f3ac4e13b411fe94cb66a93743836a4
Activity.SpanId: 8c385f5becd6524d
Activity.TraceFlags: Recorded
Activity.ParentSpanId: d4d69a5d14b9f25b
Activity.DisplayName: didcomm.storage
Activity.Kind: Client
Activity.StartTime: 2026-08-25T19:52:27.7253650Z
Activity.Duration: 00:00:00.0017819
Activity.Tags:
db.operation: enqueue
messaging.message_type: did:drn:svrn7.net/protocols/PandoMail.0.8.0/List-Emails
messaging.message_id: did:drn:/inbox/msg/6a8df27b763cc90ad4799609
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:52:27.743 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket message enqueued (type=’did:drn:svrn7.net/protocols/PandoMail.0.8.0/List-Emails’).
Activity.TraceId: 2f3ac4e13b411fe94cb66a93743836a4
Activity.SpanId: d4d69a5d14b9f25b
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.receive
Activity.Kind: Server
Activity.StartTime: 2026-08-25T19:52:27.7245705Z
Activity.Duration: 00:00:00.0192859
Activity.Tags:
svrn7.transport: ws
messaging.message_id: did:drn:svrn7.net/didcomm/msg/a1da7d744e9242bab5cca9eba55be6ab
messaging.message_type: did:drn:svrn7.net/protocols/PandoMail.0.8.0/List-Emails
svrn7.outcome: enqueued
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: 3d91308bb36c37f2d0ed7ca1e02b9dbd
Activity.SpanId: e211f9c4980baba3
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.storage
Activity.Kind: Client
Activity.StartTime: 2026-08-25T19:52:27.7899409Z
Activity.Duration: 00:00:00.0016136
Activity.Tags:
db.operation: dequeue_batch
svrn7.record_count: 2
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:52:27.805 info: Svrn7.TDA.DIDCommMessageSwitchboard[0]
Switchboard: processing 2 inbound message(s).
19:52:27.806 dbug: Svrn7.TDA.DIDCommMessageSwitchboard[0]
Switchboard: dequeued message
{
“id”: “did:drn:/inbox/msg/6a8df27b763cc90ad4799608”,
“type”: “did:drn:svrn7.net/protocols/PandoMail.0.8.0/Query-FolderCounts”,
“fromDid”: null,
“wireId”: “did:drn:svrn7.net/didcomm/msg/cf6f44b99169413c8e12173f60cb40c1”,
“thid”: null,
“receivedAt”: “2026-08-25T19:52:27.681+00:00”,
“status”: “Processing”,
“attemptCount”: 0,
“processedAt”: null,
“lastError”: null,
“jweEnvelope”: “{\u0022typ\u0022:\u0022application/didcomm-plain\u002Bjson\u0022,\u0022id\u0022:\u0022did:drn:svrn7.net/didcomm/msg/cf6f44b99169413c8e12173f60cb40c1\u0022,\u0022type\u0022:\u0022did:drn:svrn7.net/protocols/PandoMail.0.8.0/Query-FolderCounts\u0022,\u0022body\u0022:{}}”,
“body”: {}
}
19:52:27.806 info: Svrn7.TDA.DIDCommMessageSwitchboard[0]
Switchboard: routing did:drn:/inbox/msg/6a8df27b763cc90ad4799608 (type=did:drn:svrn7.net/protocols/PandoMail.0.8.0/Query-FolderCounts) ␦ Invoke-PandoMailQueryFolderCounts [Svrn7.Email]
19:52:27.988 info: Svrn7.TDA.LobeManager[0]
LobeManager: importing into isolated runspace (JIT) – C:\SVRN7\repos\SVRN7\src\Svrn7.TDA\bin\Debug\net8.0\lobes\PandoMail.0.8.0\PandoMail.0.8.0.psm1
Activity.TraceId: d45eae41a5c3bd3c11bf7c655e969762
Activity.SpanId: 28f7fff030258e38
19:52:28.017 info: Svrn7.TDA.LobeManager[0]
LobeManager: import complete – C:\SVRN7\repos\SVRN7\src\Svrn7.TDA\bin\Debug\net8.0\lobes\PandoMail.0.8.0\PandoMail.0.8.0.psm1
Activity.TraceFlags: Recorded
Activity.ParentSpanId: c75718b7772fbd33
Activity.DisplayName: lobe.import
Activity.Kind: Internal
Activity.StartTime: 2026-08-25T19:52:27.9883332Z
Activity.Duration: 00:00:00.0294669
Activity.Tags:
svrn7.lobe_module_path: C:\SVRN7\repos\SVRN7\src\Svrn7.TDA\bin\Debug\net8.0\lobes\PandoMail.0.8.0\PandoMail.0.8.0.psm1
svrn7.lobe_kind: jit
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: d45eae41a5c3bd3c11bf7c655e969762
Activity.SpanId: 922b319a1a931ae9
Activity.TraceFlags: Recorded
Activity.ParentSpanId: 615dfaea074f2fbf
Activity.DisplayName: didcomm.storage
Activity.Kind: Client
Activity.StartTime: 2026-08-25T19:52:28.0244894Z
Activity.Duration: 00:00:00.0004875
Activity.Tags:
db.operation: get_by_id
messaging.message_id: did:drn:/inbox/msg/6a8df27b763cc90ad4799608
svrn7.outcome: hit
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: d45eae41a5c3bd3c11bf7c655e969762
Activity.SpanId: 32a9a914067deb79
Activity.TraceFlags: Recorded
Activity.ParentSpanId: 615dfaea074f2fbf
Activity.DisplayName: didcomm.storage
Activity.Kind: Client
Activity.StartTime: 2026-08-25T19:52:28.0425532Z
Activity.Duration: 00:00:00.0257542
Activity.Tags:
db.operation: count_by_type
messaging.message_type: did:drn:svrn7.net/protocols/PandoMail.0.8.0/Signal-PandoMail
svrn7.record_count: 0
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: d45eae41a5c3bd3c11bf7c655e969762
Activity.SpanId: d5e5845c89a091d6
Activity.TraceFlags: Recorded
Activity.ParentSpanId: 615dfaea074f2fbf
Activity.DisplayName: didcomm.storage
Activity.Kind: Client
Activity.StartTime: 2026-08-25T19:52:28.0720197Z
Activity.Duration: 00:00:00.0009140
Activity.Tags:
db.operation: count_by_type
messaging.message_type: did:drn:svrn7.net/protocols/PandoMail.0.8.0/Enqueue-PandoMail
svrn7.record_count: 0
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: d45eae41a5c3bd3c11bf7c655e969762
Activity.SpanId: 615dfaea074f2fbf
Activity.TraceFlags: Recorded
Activity.ParentSpanId: c75718b7772fbd33
Activity.DisplayName: didcomm.invoke
Activity.Kind: Internal
Activity.StartTime: 2026-08-25T19:52:28.0212515Z
Activity.Duration: 00:00:00.0776819
Activity.Tags:
messaging.message_id: did:drn:/inbox/msg/6a8df27b763cc90ad4799608
svrn7.lobe_entrypoint: Invoke-PandoMailQueryFolderCounts
svrn7.result_count: 2
svrn7.warning_count: 0
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: d45eae41a5c3bd3c11bf7c655e969762
Activity.SpanId: e02a0b74e823027b
Activity.TraceFlags: Recorded
Activity.ParentSpanId: c75718b7772fbd33
Activity.DisplayName: didcomm.storage
Activity.Kind: Client
Activity.StartTime: 2026-08-25T19:52:28.1047233Z
Activity.Duration: 00:00:00.0011952
Activity.Tags:
db.operation: mark_processed
messaging.message_id: did:drn:/inbox/msg/6a8df27b763cc90ad4799608
svrn7.outcome: processed
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: d45eae41a5c3bd3c11bf7c655e969762
Activity.SpanId: c75718b7772fbd33
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.dispatch
Activity.Kind: Consumer
Activity.StartTime: 2026-08-25T19:52:27.8055424Z
Activity.Duration: 00:00:00.3037809
Activity.Tags:
messaging.message_id: did:drn:/inbox/msg/6a8df27b763cc90ad4799608
messaging.message_type: did:drn:svrn7.net/protocols/PandoMail.0.8.0/Query-FolderCounts
messaging.attempt_count: 0
svrn7.lobe_name: Svrn7.Email
svrn7.lobe_entrypoint: Invoke-PandoMailQueryFolderCounts
svrn7.outcome: processed
StatusCode: Ok
Activity.Links:
0126436a0e7c9730d03dc5a510d52baf 362892bf7fa9aa15
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:52:28.112 dbug: Svrn7.TDA.DIDCommMessageSwitchboard[0]
Switchboard: dequeued message
{
“id”: “did:drn:/inbox/msg/6a8df27b763cc90ad4799609”,
“type”: “did:drn:svrn7.net/protocols/PandoMail.0.8.0/List-Emails”,
“fromDid”: null,
“wireId”: “did:drn:svrn7.net/didcomm/msg/a1da7d744e9242bab5cca9eba55be6ab”,
“thid”: null,
“receivedAt”: “2026-08-25T19:52:27.725+00:00”,
“status”: “Processing”,
“attemptCount”: 0,
“processedAt”: null,
“lastError”: null,
“jweEnvelope”: “{\u0022typ\u0022:\u0022application/didcomm-plain\u002Bjson\u0022,\u0022id\u0022:\u0022did:drn:svrn7.net/didcomm/msg/a1da7d744e9242bab5cca9eba55be6ab\u0022,\u0022type\u0022:\u0022did:drn:svrn7.net/protocols/PandoMail.0.8.0/List-Emails\u0022,\u0022body\u0022:{\u0022limit\u0022:50}}”,
“body”: {
“limit”: 50
}
}
19:52:28.112 info: Svrn7.TDA.DIDCommMessageSwitchboard[0]
Switchboard: routing did:drn:/inbox/msg/6a8df27b763cc90ad4799609 (type=did:drn:svrn7.net/protocols/PandoMail.0.8.0/List-Emails) ␦ Invoke-PandoMailList [Svrn7.Email]
19:52:28.260 info: Svrn7.TDA.LobeManager[0]
LobeManager: importing into isolated runspace (JIT) – C:\SVRN7\repos\SVRN7\src\Svrn7.TDA\bin\Debug\net8.0\lobes\PandoMail.0.8.0\PandoMail.0.8.0.psm1
19:52:28.291 info: Svrn7.TDA.LobeManager[0]
LobeManager: import complete – C:\SVRN7\repos\SVRN7\src\Svrn7.TDA\bin\Debug\net8.0\lobes\PandoMail.0.8.0\PandoMail.0.8.0.psm1
Activity.TraceId: 7f2a991cdaa36fabad0c47bc934415cb
Activity.SpanId: 9e787065d7fcf217
Activity.TraceFlags: Recorded
Activity.ParentSpanId: 11005492b5aef3d5
Activity.DisplayName: lobe.import
Activity.Kind: Internal
Activity.StartTime: 2026-08-25T19:52:28.2599913Z
Activity.Duration: 00:00:00.0319413
Activity.Tags:
svrn7.lobe_module_path: C:\SVRN7\repos\SVRN7\src\Svrn7.TDA\bin\Debug\net8.0\lobes\PandoMail.0.8.0\PandoMail.0.8.0.psm1
svrn7.lobe_kind: jit
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: 7f2a991cdaa36fabad0c47bc934415cb
Activity.SpanId: 8bf08902e7e4623b
Activity.TraceFlags: Recorded
Activity.ParentSpanId: 3a699e02d51d5e44
Activity.DisplayName: didcomm.storage
Activity.Kind: Client
Activity.StartTime: 2026-08-25T19:52:28.3002400Z
Activity.Duration: 00:00:00.0007502
Activity.Tags:
db.operation: get_by_id
messaging.message_id: did:drn:/inbox/msg/6a8df27b763cc90ad4799609
svrn7.outcome: hit
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: 7f2a991cdaa36fabad0c47bc934415cb
Activity.SpanId: 496afdf5f686d0f8
Activity.TraceFlags: Recorded
Activity.ParentSpanId: 3a699e02d51d5e44
Activity.DisplayName: didcomm.storage
Activity.Kind: Client
Activity.StartTime: 2026-08-25T19:52:28.3783570Z
Activity.Duration: 00:00:00.0017186
Activity.Tags:
db.operation: list_by_type
messaging.message_type: did:drn:svrn7.net/protocols/PandoMail.0.8.0/Signal-PandoMail
svrn7.record_count: 0
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: 7f2a991cdaa36fabad0c47bc934415cb
Activity.SpanId: 3a699e02d51d5e44
Activity.TraceFlags: Recorded
Activity.ParentSpanId: 11005492b5aef3d5
Activity.DisplayName: didcomm.invoke
Activity.Kind: Internal
Activity.StartTime: 2026-08-25T19:52:28.2960661Z
Activity.Duration: 00:00:00.1380593
Activity.Tags:
messaging.message_id: did:drn:/inbox/msg/6a8df27b763cc90ad4799609
svrn7.lobe_entrypoint: Invoke-PandoMailList
svrn7.result_count: 2
svrn7.warning_count: 0
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: 7f2a991cdaa36fabad0c47bc934415cb
Activity.SpanId: a19af85c227441f6
Activity.TraceFlags: Recorded
Activity.ParentSpanId: 11005492b5aef3d5
Activity.DisplayName: didcomm.storage
Activity.Kind: Client
Activity.StartTime: 2026-08-25T19:52:28.4407430Z
Activity.Duration: 00:00:00.0011190
Activity.Tags:
db.operation: mark_processed
messaging.message_id: did:drn:/inbox/msg/6a8df27b763cc90ad4799609
svrn7.outcome: processed
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: 7f2a991cdaa36fabad0c47bc934415cb
Activity.SpanId: 11005492b5aef3d5
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.dispatch
Activity.Kind: Consumer
Activity.StartTime: 2026-08-25T19:52:28.1124657Z
Activity.Duration: 00:00:00.3323333
Activity.Tags:
messaging.message_id: did:drn:/inbox/msg/6a8df27b763cc90ad4799609
messaging.message_type: did:drn:svrn7.net/protocols/PandoMail.0.8.0/List-Emails
messaging.attempt_count: 0
svrn7.lobe_name: Svrn7.Email
svrn7.lobe_entrypoint: Invoke-PandoMailList
svrn7.outcome: processed
StatusCode: Ok
Activity.Links:
2f3ac4e13b411fe94cb66a93743836a4 d4d69a5d14b9f25b
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:52:28.451 dbug: Svrn7.TDA.WebSocketNotifyHub[0]
WebSocketNotifyHub: ␦ connection dae753f6-b931-433e-9846-d14c85edfd73 type=did:drn:svrn7.net/protocols/PandoMail.0.8.0/Notify-FolderCounts
19:52:28.452 dbug: Svrn7.TDA.WebSocketNotifyHub[0]
WebSocketNotifyHub: push complete type=did:drn:svrn7.net/protocols/PandoMail.0.8.0/Notify-FolderCounts.
19:52:28.452 dbug: Svrn7.TDA.DIDCommMessageSwitchboard[0]
Switchboard: pushed to local WebSocket (connected).
Activity.TraceId: d4e159434f83de5df56f6d0b9d22d263
Activity.SpanId: f2e77de36f2b3590
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.deliver
Activity.Kind: Producer
Activity.StartTime: 2026-08-25T19:52:28.4487361Z
Activity.Duration: 00:00:00.0035917
Activity.Tags:
svrn7.peer_endpoint: ws://local/localcomm-ws
svrn7.outcome: ws_pushed
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:52:28.457 dbug: Svrn7.TDA.WebSocketNotifyHub[0]
WebSocketNotifyHub: ␦ connection dae753f6-b931-433e-9846-d14c85edfd73 (correlated reply) type=did:drn:svrn7.net/protocols/PandoMail.0.8.0/Get-PandoMails
19:52:28.457 dbug: Svrn7.TDA.DIDCommMessageSwitchboard[0]
Switchboard: pushed to local WebSocket (connected).
Activity.TraceId: 27dae8fed9483933c19bba5f1b84ec69
Activity.SpanId: edffc80fd12d4962
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.deliver
Activity.Kind: Producer
Activity.StartTime: 2026-08-25T19:52:28.4574535Z
Activity.Duration: 00:00:00.0004847
Activity.Tags:
svrn7.peer_endpoint: ws://local/localcomm-ws
svrn7.outcome: ws_pushed
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:52:40.891 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket frame received – 238 bytes, endOfMessage=True.
19:52:40.891 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket complete message assembled – 238 bytes.
19:52:40.892 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket processing message – length=238, preview='{“typ”:”application/didcomm-plain\u002Bjson”,”id”:”did:drn:svrn7.net/didcomm/msg/e7c7bd111f9746bb8308bed7e0b64c4b”,”type’.
Activity.TraceId: f1a26b5ee3ade1f9f94ac2006795090c
Activity.SpanId: c324da39cca9adda
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.receive
Activity.Kind: Server
Activity.StartTime: 2026-08-25T19:52:40.8921025Z
Activity.Duration: 00:00:00.0031497
Activity.Tags:
svrn7.transport: ws
svrn7.outcome: control_frame
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:53:00.878 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket frame received – 238 bytes, endOfMessage=True.
19:53:00.878 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket complete message assembled – 238 bytes.
19:53:00.878 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket processing message – length=238, preview='{“typ”:”application/didcomm-plain\u002Bjson”,”id”:”did:drn:svrn7.net/didcomm/msg/c3af2bd6d251445dbe554e36d12e5710″,”type’.
Activity.TraceId: fc82d8d8bba8b0f1b9ac25e1344118d0
Activity.SpanId: ed96d46c2ec6ea52
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.receive
Activity.Kind: Server
Activity.StartTime: 2026-08-25T19:53:00.8788959Z
Activity.Duration: 00:00:00.0002511
Activity.Tags:
svrn7.transport: ws
svrn7.outcome: control_frame
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:53:19.247 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket frame received – 313 bytes, endOfMessage=True.
19:53:19.247 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket complete message assembled – 313 bytes.
19:53:19.247 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket processing message – length=313, preview='{“typ”:”application/didcomm-plain\u002Bjson”,”id”:”did:drn:svrn7.net/didcomm/msg/1f84bdde0ebe4d40a69e022cfb8fc1d8″,”type’.
19:53:19.247 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket UnpackAsync OK – type=’did:drn:svrn7.net/protocols/PandoMail.0.8.0/Resolve-PandoDid’, from='(null)’.
Activity.TraceId: 660a283172b1ebdcdb13ac79c8765707
Activity.SpanId: 81b999c4a291cd92
Activity.TraceFlags: Recorded
Activity.ParentSpanId: 139d9e3ffdf277d0
Activity.DisplayName: didcomm.storage
Activity.Kind: Client
Activity.StartTime: 2026-08-25T19:53:19.2475084Z
Activity.Duration: 00:00:00.0006846
Activity.Tags:
db.operation: enqueue
messaging.message_type: did:drn:svrn7.net/protocols/PandoMail.0.8.0/Resolve-PandoDid
messaging.message_id: did:drn:/inbox/msg/6a8df2af763cc90ad479960a
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:53:19.249 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket message enqueued (type=’did:drn:svrn7.net/protocols/PandoMail.0.8.0/Resolve-PandoDid’).
Activity.TraceId: 660a283172b1ebdcdb13ac79c8765707
Activity.SpanId: 139d9e3ffdf277d0
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.receive
Activity.Kind: Server
Activity.StartTime: 2026-08-25T19:53:19.2473182Z
Activity.Duration: 00:00:00.0018415
Activity.Tags:
svrn7.transport: ws
messaging.message_id: did:drn:svrn7.net/didcomm/msg/1f84bdde0ebe4d40a69e022cfb8fc1d8
messaging.message_type: did:drn:svrn7.net/protocols/PandoMail.0.8.0/Resolve-PandoDid
svrn7.outcome: enqueued
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: a029288ccf9350f91eafb9f714095499
Activity.SpanId: 6669ffafaf8d759b
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.storage
Activity.Kind: Client
Activity.StartTime: 2026-08-25T19:53:19.3315351Z
Activity.Duration: 00:00:00.0011364
Activity.Tags:
db.operation: dequeue_batch
svrn7.record_count: 1
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:53:19.334 info: Svrn7.TDA.DIDCommMessageSwitchboard[0]
Switchboard: processing 1 inbound message(s).
19:53:19.335 dbug: Svrn7.TDA.DIDCommMessageSwitchboard[0]
Switchboard: dequeued message
{
“id”: “did:drn:/inbox/msg/6a8df2af763cc90ad479960a”,
“type”: “did:drn:svrn7.net/protocols/PandoMail.0.8.0/Resolve-PandoDid”,
“fromDid”: null,
“wireId”: “did:drn:svrn7.net/didcomm/msg/1f84bdde0ebe4d40a69e022cfb8fc1d8”,
“thid”: null,
“receivedAt”: “2026-08-25T19:53:19.247+00:00”,
“status”: “Processing”,
“attemptCount”: 0,
“processedAt”: null,
“lastError”: null,
“jweEnvelope”: “{\u0022typ\u0022:\u0022application/didcomm-plain\u002Bjson\u0022,\u0022id\u0022:\u0022did:drn:svrn7.net/didcomm/msg/1f84bdde0ebe4d40a69e022cfb8fc1d8\u0022,\u0022type\u0022:\u0022did:drn:svrn7.net/protocols/PandoMail.0.8.0/Resolve-PandoDid\u0022,\u0022body\u0022:{\u0022requestedDid\u0022:\u0022did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a\u0022}}”,
“body”: {
“requestedDid”: “did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a”
}
}
19:53:19.335 info: Svrn7.TDA.DIDCommMessageSwitchboard[0]
Switchboard: routing did:drn:/inbox/msg/6a8df2af763cc90ad479960a (type=did:drn:svrn7.net/protocols/PandoMail.0.8.0/Resolve-PandoDid) ␦ Invoke-PandoMailResolveDid [Svrn7.Email]
19:53:19.484 info: Svrn7.TDA.LobeManager[0]
LobeManager: importing into isolated runspace (JIT) – C:\SVRN7\repos\SVRN7\src\Svrn7.TDA\bin\Debug\net8.0\lobes\PandoMail.0.8.0\PandoMail.0.8.0.psm1
19:53:19.495 info: Svrn7.TDA.LobeManager[0]
LobeManager: import complete – C:\SVRN7\repos\SVRN7\src\Svrn7.TDA\bin\Debug\net8.0\lobes\PandoMail.0.8.0\PandoMail.0.8.0.psm1
Activity.TraceId: d9b1274ba0464b42201fd87a7b136838
Activity.SpanId: acbe301b4c1623ee
Activity.TraceFlags: Recorded
Activity.ParentSpanId: 2a924652e0dc17c9
Activity.DisplayName: lobe.import
Activity.Kind: Internal
Activity.StartTime: 2026-08-25T19:53:19.4846097Z
Activity.Duration: 00:00:00.0112179
Activity.Tags:
svrn7.lobe_module_path: C:\SVRN7\repos\SVRN7\src\Svrn7.TDA\bin\Debug\net8.0\lobes\PandoMail.0.8.0\PandoMail.0.8.0.psm1
svrn7.lobe_kind: jit
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: d9b1274ba0464b42201fd87a7b136838
Activity.SpanId: c81899ef913ff3a5
Activity.TraceFlags: Recorded
Activity.ParentSpanId: 3ea658122aef1812
Activity.DisplayName: didcomm.storage
Activity.Kind: Client
Activity.StartTime: 2026-08-25T19:53:19.4998164Z
Activity.Duration: 00:00:00.0006105
Activity.Tags:
db.operation: get_by_id
messaging.message_id: did:drn:/inbox/msg/6a8df2af763cc90ad479960a
svrn7.outcome: hit
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:53:19.523 dbug: Svrn7.Store.LiteDidDocumentRegistry[0]
DID Document resolved: DID=did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a Version=1 Status=Active Role=Wanderer Keys=2 Services=1
{
“context”: [
https://www.w3.org/ns/did/v1
],
“id”: “did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a”,
“verificationMethod”: [
{
“id”: “did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a#key-1”,
“type”: “EcdsaSecp256k1VerificationKey2019”,
“controller”: “did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a”,
“publicKeyHex”: “0330d4cb0aaf1c863d9a7b1ea8196590c9e8bc05726d35c6cc982a64236e7bb869”
},
{
“id”: “did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a#key-agreement-1”,
“type”: “X25519KeyAgreementKey2020”,
“controller”: “did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a”,
“publicKeyHex”: “0c45cbc0d74ad492243a18310fa0833d7871616be6f12259f52abb32f06b9472”
}
],
“authentication”: [
“did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a#key-1”
],
“assertionMethod”: [
“did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a#key-1”
],
“keyAgreement”: [
“did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a#key-agreement-1”
],
“service”: [
{
“id”: “did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a#didcomm-1”,
“type”: “DIDCommMessaging”,
“serviceEndpoint”: “http://localhost:8445/didcomm
}
],
“tdaRole”: “Wanderer”,
“tdaName”: “W5”
}
Activity.TraceId: d9b1274ba0464b42201fd87a7b136838
Activity.SpanId: 2939fb84b4f4030a
Activity.TraceFlags: Recorded
Activity.ParentSpanId: 3ea658122aef1812
Activity.DisplayName: DIDDocument.Resolve
Activity.Kind: Internal
Activity.StartTime: 2026-08-25T19:53:19.5233946Z
Activity.Duration: 00:00:00.0005950
Activity.Tags:
did: did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a
found: true
did.version: 1
Instrumentation scope (ActivitySource):
Name: Svrn7.Identity.DIDDocument
Version: 0.8.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:53:19.532 dbug: Svrn7.Store.LiteDidDocumentRegistry[0]
DID Document resolved: DID=did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a Version=1 Status=Active Role=Wanderer Keys=2 Services=1
{
“context”: [
https://www.w3.org/ns/did/v1
],
“id”: “did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a”,
“verificationMethod”: [
{
“id”: “did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a#key-1”,
“type”: “EcdsaSecp256k1VerificationKey2019”,
“controller”: “did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a”,
“publicKeyHex”: “0330d4cb0aaf1c863d9a7b1ea8196590c9e8bc05726d35c6cc982a64236e7bb869”
},
{
“id”: “did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a#key-agreement-1”,
“type”: “X25519KeyAgreementKey2020”,
“controller”: “did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a”,
“publicKeyHex”: “0c45cbc0d74ad492243a18310fa0833d7871616be6f12259f52abb32f06b9472”
}
],
“authentication”: [
“did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a#key-1”
],
“assertionMethod”: [
“did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a#key-1”
],
“keyAgreement”: [
“did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a#key-agreement-1”
],
“service”: [
{
“id”: “did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a#didcomm-1”,
“type”: “DIDCommMessaging”,
“serviceEndpoint”: “http://localhost:8445/didcomm
}
],
“tdaRole”: “Wanderer”,
“tdaName”: “W5”
}
Activity.TraceId: d9b1274ba0464b42201fd87a7b136838
Activity.SpanId: 88b991fceadb7165
Activity.TraceFlags: Recorded
Activity.ParentSpanId: 3ea658122aef1812
Activity.DisplayName: DIDDocument.Resolve
Activity.Kind: Internal
Activity.StartTime: 2026-08-25T19:53:19.5323612Z
Activity.Duration: 00:00:00.0005798
Activity.Tags:
did: did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a
found: true
did.version: 1
Instrumentation scope (ActivitySource):
Name: Svrn7.Identity.DIDDocument
Version: 0.8.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: d9b1274ba0464b42201fd87a7b136838
Activity.SpanId: 3ea658122aef1812
Activity.TraceFlags: Recorded
Activity.ParentSpanId: 2a924652e0dc17c9
Activity.DisplayName: didcomm.invoke
Activity.Kind: Internal
Activity.StartTime: 2026-08-25T19:53:19.4965829Z
Activity.Duration: 00:00:00.0483251
Activity.Tags:
messaging.message_id: did:drn:/inbox/msg/6a8df2af763cc90ad479960a
svrn7.lobe_entrypoint: Invoke-PandoMailResolveDid
svrn7.result_count: 2
svrn7.warning_count: 0
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: d9b1274ba0464b42201fd87a7b136838
Activity.SpanId: 794ef374ff55ba74
Activity.TraceFlags: Recorded
Activity.ParentSpanId: 2a924652e0dc17c9
Activity.DisplayName: didcomm.storage
Activity.Kind: Client
Activity.StartTime: 2026-08-25T19:53:19.5484407Z
Activity.Duration: 00:00:00.0007074
Activity.Tags:
db.operation: mark_processed
messaging.message_id: did:drn:/inbox/msg/6a8df2af763cc90ad479960a
svrn7.outcome: processed
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: d9b1274ba0464b42201fd87a7b136838
Activity.SpanId: 2a924652e0dc17c9
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.dispatch
Activity.Kind: Consumer
Activity.StartTime: 2026-08-25T19:53:19.3349596Z
Activity.Duration: 00:00:00.2149790
Activity.Tags:
messaging.message_id: did:drn:/inbox/msg/6a8df2af763cc90ad479960a
messaging.message_type: did:drn:svrn7.net/protocols/PandoMail.0.8.0/Resolve-PandoDid
messaging.attempt_count: 0
svrn7.lobe_name: Svrn7.Email
svrn7.lobe_entrypoint: Invoke-PandoMailResolveDid
svrn7.outcome: processed
StatusCode: Ok
Activity.Links:
660a283172b1ebdcdb13ac79c8765707 139d9e3ffdf277d0
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:53:19.551 dbug: Svrn7.TDA.WebSocketNotifyHub[0]
WebSocketNotifyHub: ␦ connection dae753f6-b931-433e-9846-d14c85edfd73 (correlated reply) type=did:drn:svrn7.net/protocols/Svrn7.Identity.0.8.0/Reply-DidDocument
Activity.TraceId: be0fc4379bb79076aa4fddcebf0843c3
Activity.SpanId: 193e1eceff0919b7
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.deliver
Activity.Kind: Producer
19:53:19.551 dbug: Svrn7.TDA.DIDCommMessageSwitchboard[0]
Switchboard: pushed to local WebSocket (connected).
Activity.StartTime: 2026-08-25T19:53:19.5512353Z
Activity.Duration: 00:00:00.0004690
Activity.Tags:
svrn7.peer_endpoint: ws://local/localcomm-ws
svrn7.outcome: ws_pushed
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:53:19.555 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket frame received – 218 bytes, endOfMessage=True.
19:53:19.555 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket complete message assembled – 218 bytes.
19:53:19.555 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket processing message – length=218, preview='{“typ”:”application/didcomm-plain\u002Bjson”,”id”:”did:drn:svrn7.net/didcomm/msg/e5fdad80a12c4f5ebbbd7ccc2b03e5b7″,”type’.
19:53:19.556 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket UnpackAsync OK – type=’did:drn:svrn7.net/protocols/PandoMail.0.8.0/Resolve-PandoDid’, from='(null)’.
Activity.TraceId: 1db5f85a5b44d71bf15a7334a76700d7
Activity.SpanId: e278387d1391af03
Activity.TraceFlags: Recorded
Activity.ParentSpanId: 00f913338aab4875
Activity.DisplayName: didcomm.storage
Activity.Kind: Client
Activity.StartTime: 2026-08-25T19:53:19.5561510Z
Activity.Duration: 00:00:00.0008633
Activity.Tags:
db.operation: enqueue
messaging.message_type: did:drn:svrn7.net/protocols/PandoMail.0.8.0/Resolve-PandoDid
messaging.message_id: did:drn:/inbox/msg/6a8df2af763cc90ad479960b
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:53:19.558 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket message enqueued (type=’did:drn:svrn7.net/protocols/PandoMail.0.8.0/Resolve-PandoDid’).
Activity.TraceId: 1db5f85a5b44d71bf15a7334a76700d7
Activity.SpanId: 00f913338aab4875
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.receive
Activity.Kind: Server
Activity.StartTime: 2026-08-25T19:53:19.5558426Z
Activity.Duration: 00:00:00.0027363
Activity.Tags:
svrn7.transport: ws
messaging.message_id: did:drn:svrn7.net/didcomm/msg/e5fdad80a12c4f5ebbbd7ccc2b03e5b7
messaging.message_type: did:drn:svrn7.net/protocols/PandoMail.0.8.0/Resolve-PandoDid
svrn7.outcome: enqueued
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: face169a321c07e5ef52c252a0d82464
Activity.SpanId: 2124c98d9d6830aa
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.storage
Activity.Kind: Client
Activity.StartTime: 2026-08-25T19:53:19.6539931Z
Activity.Duration: 00:00:00.0006136
Activity.Tags:
db.operation: dequeue_batch
svrn7.record_count: 1
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:53:19.656 info: Svrn7.TDA.DIDCommMessageSwitchboard[0]
Switchboard: processing 1 inbound message(s).
19:53:19.656 dbug: Svrn7.TDA.DIDCommMessageSwitchboard[0]
Switchboard: dequeued message
{
“id”: “did:drn:/inbox/msg/6a8df2af763cc90ad479960b”,
“type”: “did:drn:svrn7.net/protocols/PandoMail.0.8.0/Resolve-PandoDid”,
“fromDid”: null,
“wireId”: “did:drn:svrn7.net/didcomm/msg/e5fdad80a12c4f5ebbbd7ccc2b03e5b7”,
“thid”: null,
“receivedAt”: “2026-08-25T19:53:19.556+00:00”,
“status”: “Processing”,
“attemptCount”: 0,
“processedAt”: null,
“lastError”: null,
“jweEnvelope”: “{\u0022typ\u0022:\u0022application/didcomm-plain\u002Bjson\u0022,\u0022id\u0022:\u0022did:drn:svrn7.net/didcomm/msg/e5fdad80a12c4f5ebbbd7ccc2b03e5b7\u0022,\u0022type\u0022:\u0022did:drn:svrn7.net/protocols/PandoMail.0.8.0/Resolve-PandoDid\u0022,\u0022body\u0022:{\u0022requestedDid\u0022:\u0022Foobar\u0022}}”,
“body”: {
“requestedDid”: “Foobar”
}
}
19:53:19.656 info: Svrn7.TDA.DIDCommMessageSwitchboard[0]
Switchboard: routing did:drn:/inbox/msg/6a8df2af763cc90ad479960b (type=did:drn:svrn7.net/protocols/PandoMail.0.8.0/Resolve-PandoDid) ␦ Invoke-PandoMailResolveDid [Svrn7.Email]
19:53:19.785 info: Svrn7.TDA.LobeManager[0]
LobeManager: importing into isolated runspace (JIT) – C:\SVRN7\repos\SVRN7\src\Svrn7.TDA\bin\Debug\net8.0\lobes\PandoMail.0.8.0\PandoMail.0.8.0.psm1
Activity.TraceId: e825c55089600d05a13b63e74dd69eb6
Activity.SpanId: 7745a621c292d5c9
19:53:19.799 info: Svrn7.TDA.LobeManager[0]
LobeManager: import complete – C:\SVRN7\repos\SVRN7\src\Svrn7.TDA\bin\Debug\net8.0\lobes\PandoMail.0.8.0\PandoMail.0.8.0.psm1
Activity.TraceFlags: Recorded
Activity.ParentSpanId: 89f1d92819f27871
Activity.DisplayName: lobe.import
Activity.Kind: Internal
Activity.StartTime: 2026-08-25T19:53:19.7856730Z
Activity.Duration: 00:00:00.0139479
Activity.Tags:
svrn7.lobe_module_path: C:\SVRN7\repos\SVRN7\src\Svrn7.TDA\bin\Debug\net8.0\lobes\PandoMail.0.8.0\PandoMail.0.8.0.psm1
svrn7.lobe_kind: jit
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: e825c55089600d05a13b63e74dd69eb6
Activity.SpanId: 91117747312da811
Activity.TraceFlags: Recorded
Activity.ParentSpanId: bc8beb07526ad06d
Activity.DisplayName: didcomm.storage
Activity.Kind: Client
Activity.StartTime: 2026-08-25T19:53:19.8023611Z
Activity.Duration: 00:00:00.0002920
Activity.Tags:
db.operation: get_by_id
messaging.message_id: did:drn:/inbox/msg/6a8df2af763cc90ad479960b
svrn7.outcome: hit
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: e825c55089600d05a13b63e74dd69eb6
Activity.SpanId: b2c0f2523f58f652
Activity.TraceFlags: Recorded
Activity.ParentSpanId: bc8beb07526ad06d
Activity.DisplayName: DIDDocument.Resolve
Activity.Kind: Internal
Activity.StartTime: 2026-08-25T19:53:19.8072500Z
Activity.Duration: 00:00:00.0002924
Activity.Tags:
did: Foobar
found: false
error.code: notFound
Instrumentation scope (ActivitySource):
Name: Svrn7.Identity.DIDDocument
Version: 0.8.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: e825c55089600d05a13b63e74dd69eb6
Activity.SpanId: bc8beb07526ad06d
Activity.TraceFlags: Recorded
Activity.ParentSpanId: 89f1d92819f27871
Activity.DisplayName: didcomm.invoke
Activity.Kind: Internal
Activity.StartTime: 2026-08-25T19:53:19.8012366Z
Activity.Duration: 00:00:00.0121859
Activity.Tags:
messaging.message_id: did:drn:/inbox/msg/6a8df2af763cc90ad479960b
svrn7.lobe_entrypoint: Invoke-PandoMailResolveDid
svrn7.result_count: 2
svrn7.warning_count: 0
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: e825c55089600d05a13b63e74dd69eb6
Activity.SpanId: 22102df0bbdd2459
Activity.TraceFlags: Recorded
Activity.ParentSpanId: 89f1d92819f27871
Activity.DisplayName: didcomm.storage
Activity.Kind: Client
Activity.StartTime: 2026-08-25T19:53:19.8158129Z
Activity.Duration: 00:00:00.0007826
Activity.Tags:
db.operation: mark_processed
messaging.message_id: did:drn:/inbox/msg/6a8df2af763cc90ad479960b
svrn7.outcome: processed
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: e825c55089600d05a13b63e74dd69eb6
Activity.SpanId: 89f1d92819f27871
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.dispatch
Activity.Kind: Consumer
Activity.StartTime: 2026-08-25T19:53:19.6565604Z
Activity.Duration: 00:00:00.1618192
Activity.Tags:
messaging.message_id: did:drn:/inbox/msg/6a8df2af763cc90ad479960b
messaging.message_type: did:drn:svrn7.net/protocols/PandoMail.0.8.0/Resolve-PandoDid
messaging.attempt_count: 0
svrn7.lobe_name: Svrn7.Email
svrn7.lobe_entrypoint: Invoke-PandoMailResolveDid
svrn7.outcome: processed
StatusCode: Ok
Activity.Links:
1db5f85a5b44d71bf15a7334a76700d7 00f913338aab4875
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:53:19.819 dbug: Svrn7.TDA.WebSocketNotifyHub[0]
WebSocketNotifyHub: ␦ connection dae753f6-b931-433e-9846-d14c85edfd73 (correlated reply) type=did:drn:svrn7.net/protocols/Svrn7.Identity.0.8.0/Reply-DidDocument
Activity.TraceId: 96225ba33dc019e6429a4e1803e10eeb
Activity.SpanId: 7708ec4a1d622e8b
19:53:19.819 dbug: Svrn7.TDA.DIDCommMessageSwitchboard[0]
Switchboard: pushed to local WebSocket (connected).
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.deliver
Activity.Kind: Producer
Activity.StartTime: 2026-08-25T19:53:19.8197419Z
Activity.Duration: 00:00:00.0001798
Activity.Tags:
svrn7.peer_endpoint: ws://local/localcomm-ws
svrn7.outcome: ws_pushed
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:53:19.824 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket frame received – 948 bytes, endOfMessage=True.
19:53:19.824 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket complete message assembled – 948 bytes.
19:53:19.824 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket processing message – length=948, preview='{“typ”:”application/didcomm-plain\u002Bjson”,”id”:”did:drn:svrn7.net/didcomm/msg/deb24622aa5447f2ba4d0efb8a84b1d8″,”type’.
19:53:19.825 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket UnpackAsync OK – type=’did:drn:svrn7.net/protocols/PandoMail.0.8.0/Enqueue-PandoMail’, from='(null)’.
Activity.TraceId: ccd559e645d05c03e9abf20da3169011
Activity.SpanId: 5b194e1fcf0332b7
Activity.TraceFlags: Recorded
Activity.ParentSpanId: 1ddf0c9b5c897d28
Activity.DisplayName: didcomm.storage
Activity.Kind: Client
Activity.StartTime: 2026-08-25T19:53:19.8251088Z
Activity.Duration: 00:00:00.0004752
Activity.Tags:
db.operation: enqueue
messaging.message_type: did:drn:svrn7.net/protocols/PandoMail.0.8.0/Enqueue-PandoMail
messaging.message_id: did:drn:/inbox/msg/6a8df2af763cc90ad479960c
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: ccd559e645d05c03e9abf20da3169011
Activity.SpanId: 1ddf0c9b5c897d28
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.receive
19:53:19.826 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket message enqueued (type=’did:drn:svrn7.net/protocols/PandoMail.0.8.0/Enqueue-PandoMail’).
Activity.Kind: Server
Activity.StartTime: 2026-08-25T19:53:19.8249612Z
Activity.Duration: 00:00:00.0014146
Activity.Tags:
svrn7.transport: ws
messaging.message_id: did:drn:svrn7.net/didcomm/msg/deb24622aa5447f2ba4d0efb8a84b1d8
messaging.message_type: did:drn:svrn7.net/protocols/PandoMail.0.8.0/Enqueue-PandoMail
svrn7.outcome: enqueued
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: d55a63d8f110469414a38b587c7a801e
Activity.SpanId: 83d2e51639d73e98
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.storage
Activity.Kind: Client
Activity.StartTime: 2026-08-25T19:53:19.9208057Z
Activity.Duration: 00:00:00.0005641
Activity.Tags:
db.operation: dequeue_batch
svrn7.record_count: 1
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:53:19.923 info: Svrn7.TDA.DIDCommMessageSwitchboard[0]
Switchboard: processing 1 inbound message(s).
19:53:19.923 dbug: Svrn7.TDA.DIDCommMessageSwitchboard[0]
Switchboard: dequeued message
{
“id”: “did:drn:/inbox/msg/6a8df2af763cc90ad479960c”,
“type”: “did:drn:svrn7.net/protocols/PandoMail.0.8.0/Enqueue-PandoMail”,
“fromDid”: null,
“wireId”: “did:drn:svrn7.net/didcomm/msg/deb24622aa5447f2ba4d0efb8a84b1d8”,
“thid”: null,
“receivedAt”: “2026-08-25T19:53:19.825+00:00”,
“status”: “Processing”,
“attemptCount”: 0,
“processedAt”: null,
“lastError”: null,
“jweEnvelope”: “{\u0022typ\u0022:\u0022application/didcomm-plain\u002Bjson\u0022,\u0022id\u0022:\u0022did:drn:svrn7.net/didcomm/msg/deb24622aa5447f2ba4d0efb8a84b1d8\u0022,\u0022type\u0022:\u0022did:drn:svrn7.net/protocols/PandoMail.0.8.0/Enqueue-PandoMail\u0022,\u0022body\u0022:{\u0022recipientDid\u0022:\u0022did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a\u0022,\u0022subject\u0022:\u0022did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a\u0022,\u0022bodyText\u0022:\u0022\u003Cspan style=\u0022font-size: 13.3333px;\u0022\u003Edid:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a\u003C/span\u003E\u0022,\u0022senderDisplay\u0022:\u0022\u0022W5\u0022 \u003Cdid:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a\u003E\u0022,\u0022recipientDisplay\u0022:\u0022\u0022W5\u0022 \u003Cdid:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a\u003E\u0022,\u0022cc\u0022:\u0022Foobar\u0022,\u0022ccDisplay\u0022:\u0022Foobar\u0022}}”,
“body”: {
“recipientDid”: “did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a”,
“subject”: “did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a”,
“bodyText”: “\u003Cspan style=\u0022font-size: 13.3333px;\u0022\u003Edid:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a\u003C/span\u003E”,
“senderDisplay”: “\u0022W5\u0022 \u003Cdid:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a\u003E”,
“recipientDisplay”: “\u0022W5\u0022 \u003Cdid:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a\u003E”,
“cc”: “Foobar”,
“ccDisplay”: “Foobar”
}
}
19:53:19.923 info: Svrn7.TDA.DIDCommMessageSwitchboard[0]
Switchboard: routing did:drn:/inbox/msg/6a8df2af763cc90ad479960c (type=did:drn:svrn7.net/protocols/PandoMail.0.8.0/Enqueue-PandoMail) ␦ Invoke-PandoMailSend [Svrn7.Email]
19:53:20.022 info: Svrn7.TDA.LobeManager[0]
LobeManager: importing into isolated runspace (JIT) – C:\SVRN7\repos\SVRN7\src\Svrn7.TDA\bin\Debug\net8.0\lobes\PandoMail.0.8.0\PandoMail.0.8.0.psm1
19:53:20.030 info: Svrn7.TDA.LobeManager[0]
LobeManager: import complete – C:\SVRN7\repos\SVRN7\src\Svrn7.TDA\bin\Debug\net8.0\lobes\PandoMail.0.8.0\PandoMail.0.8.0.psm1
Activity.TraceId: 6001215e74b7dafffccc0c6d637cba14
Activity.SpanId: 7234ab5d1e68661b
Activity.TraceFlags: Recorded
Activity.ParentSpanId: 27117538ced3843b
Activity.DisplayName: lobe.import
Activity.Kind: Internal
Activity.StartTime: 2026-08-25T19:53:20.0221854Z
Activity.Duration: 00:00:00.0081698
Activity.Tags:
svrn7.lobe_module_path: C:\SVRN7\repos\SVRN7\src\Svrn7.TDA\bin\Debug\net8.0\lobes\PandoMail.0.8.0\PandoMail.0.8.0.psm1
svrn7.lobe_kind: jit
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: 6001215e74b7dafffccc0c6d637cba14
Activity.SpanId: 915f20083fd8cc52
Activity.TraceFlags: Recorded
Activity.ParentSpanId: c984d5e596c7a28f
Activity.DisplayName: didcomm.storage
Activity.Kind: Client
Activity.StartTime: 2026-08-25T19:53:20.0325383Z
Activity.Duration: 00:00:00.0002335
Activity.Tags:
db.operation: get_by_id
messaging.message_id: did:drn:/inbox/msg/6a8df2af763cc90ad479960c
svrn7.outcome: hit
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:53:20.103 dbug: Svrn7.Store.LiteDidDocumentRegistry[0]
DID Document resolved: DID=did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a Version=1 Status=Active Role=Wanderer Keys=2 Services=1
{
“context”: [
https://www.w3.org/ns/did/v1
],
“id”: “did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a”,
“verificationMethod”: [
{
“id”: “did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a#key-1”,
“type”: “EcdsaSecp256k1VerificationKey2019”,
“controller”: “did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a”,
“publicKeyHex”: “0330d4cb0aaf1c863d9a7b1ea8196590c9e8bc05726d35c6cc982a64236e7bb869”
},
{
“id”: “did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a#key-agreement-1”,
“type”: “X25519KeyAgreementKey2020”,
“controller”: “did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a”,
“publicKeyHex”: “0c45cbc0d74ad492243a18310fa0833d7871616be6f12259f52abb32f06b9472”
}
],
“authentication”: [
“did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a#key-1”
],
“assertionMethod”: [
“did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a#key-1”
],
“keyAgreement”: [
“did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a#key-agreement-1”
],
“service”: [
{
“id”: “did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a#didcomm-1”,
“type”: “DIDCommMessaging”,
“serviceEndpoint”: “http://localhost:8445/didcomm
}
],
“tdaRole”: “Wanderer”,
“tdaName”: “W5”
}
Activity.TraceId: 6001215e74b7dafffccc0c6d637cba14
Activity.SpanId: 43192a6a1ea89b46
Activity.TraceFlags: Recorded
Activity.ParentSpanId: c984d5e596c7a28f
Activity.DisplayName: DIDDocument.Resolve
Activity.Kind: Internal
Activity.StartTime: 2026-08-25T19:53:20.1026046Z
Activity.Duration: 00:00:00.0006038
Activity.Tags:
did: did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a
found: true
did.version: 1
Instrumentation scope (ActivitySource):
Name: Svrn7.Identity.DIDDocument
Version: 0.8.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: 6001215e74b7dafffccc0c6d637cba14
Activity.SpanId: 74bc38b3869094a4
Activity.TraceFlags: Recorded
Activity.ParentSpanId: c984d5e596c7a28f
Activity.DisplayName: didcomm.storage
Activity.Kind: Client
Activity.StartTime: 2026-08-25T19:53:20.1498676Z
Activity.Duration: 00:00:00.0007272
Activity.Tags:
db.operation: count_by_type
messaging.message_type: did:drn:svrn7.net/protocols/PandoMail.0.8.0/Signal-PandoMail
svrn7.record_count: 0
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: 6001215e74b7dafffccc0c6d637cba14
Activity.SpanId: be0b9a051f41f086
Activity.TraceFlags: Recorded
Activity.ParentSpanId: c984d5e596c7a28f
Activity.DisplayName: didcomm.storage
Activity.Kind: Client
Activity.StartTime: 2026-08-25T19:53:20.1521868Z
Activity.Duration: 00:00:00.0011330
Activity.Tags:
db.operation: count_by_type
messaging.message_type: did:drn:svrn7.net/protocols/PandoMail.0.8.0/Enqueue-PandoMail
svrn7.record_count: 1
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:53:20.156 warn: Svrn7.TDA.DIDCommMessageSwitchboard[0]
[PS Warning] Enqueue-PandoMail: no DIDComm service endpoint for ‘Foobar’ – writing to dead letters.
Activity.TraceId: 6001215e74b7dafffccc0c6d637cba14
Activity.SpanId: c984d5e596c7a28f
Activity.TraceFlags: Recorded
Activity.ParentSpanId: 27117538ced3843b
Activity.DisplayName: didcomm.invoke
Activity.Kind: Internal
Activity.StartTime: 2026-08-25T19:53:20.0311999Z
Activity.Duration: 00:00:00.1279677
Activity.Tags:
messaging.message_id: did:drn:/inbox/msg/6a8df2af763cc90ad479960c
svrn7.lobe_entrypoint: Invoke-PandoMailSend
svrn7.result_count: 4
svrn7.warning_count: 1
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: 6001215e74b7dafffccc0c6d637cba14
Activity.SpanId: 6bf010bfc0509b63
Activity.TraceFlags: Recorded
Activity.ParentSpanId: 27117538ced3843b
Activity.DisplayName: didcomm.storage
Activity.Kind: Client
Activity.StartTime: 2026-08-25T19:53:20.1609819Z
Activity.Duration: 00:00:00.0005670
Activity.Tags:
db.operation: mark_processed
messaging.message_id: did:drn:/inbox/msg/6a8df2af763cc90ad479960c
svrn7.outcome: processed
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: 6001215e74b7dafffccc0c6d637cba14
Activity.SpanId: 27117538ced3843b
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.dispatch
Activity.Kind: Consumer
Activity.StartTime: 2026-08-25T19:53:19.9232476Z
Activity.Duration: 00:00:00.2391389
Activity.Tags:
messaging.message_id: did:drn:/inbox/msg/6a8df2af763cc90ad479960c
messaging.message_type: did:drn:svrn7.net/protocols/PandoMail.0.8.0/Enqueue-PandoMail
messaging.attempt_count: 0
svrn7.lobe_name: Svrn7.Email
svrn7.lobe_entrypoint: Invoke-PandoMailSend
svrn7.outcome: processed
StatusCode: Ok
Activity.Links:
ccd559e645d05c03e9abf20da3169011 1ddf0c9b5c897d28
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: a57b17f946087a401632581d4c6d059c
Activity.SpanId: f5bec142bc1a711b
Activity.TraceFlags: Recorded
Activity.ParentSpanId: c7a3295d43a8a696
Activity.DisplayName: DIDDocument.Resolve
Activity.Kind: Internal
Activity.StartTime: 2026-08-25T19:53:20.1676757Z
Activity.Duration: 00:00:00.0007934
Activity.Tags:
19:53:20.168 dbug: Svrn7.Store.LiteDidDocumentRegistry[0]
DID Document resolved: DID=did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a Version=1 Status=Active Role=Wanderer Keys=2 Services=1
{
“context”: [
https://www.w3.org/ns/did/v1
],
“id”: “did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a”,
“verificationMethod”: [
{
“id”: “did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a#key-1”,
“type”: “EcdsaSecp256k1VerificationKey2019”,
“controller”: “did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a”,
“publicKeyHex”: “0330d4cb0aaf1c863d9a7b1ea8196590c9e8bc05726d35c6cc982a64236e7bb869”
},
{
“id”: “did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a#key-agreement-1”,
“type”: “X25519KeyAgreementKey2020”,
“controller”: “did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a”,
“publicKeyHex”: “0c45cbc0d74ad492243a18310fa0833d7871616be6f12259f52abb32f06b9472”
}
],
“authentication”: [
“did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a#key-1”
],
“assertionMethod”: [
“did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a#key-1”
],
“keyAgreement”: [
“did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a#key-agreement-1”
],
“service”: [
{
“id”: “did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a#didcomm-1”,
“type”: “DIDCommMessaging”,
“serviceEndpoint”: “http://localhost:8445/didcomm
}
],
“tdaRole”: “Wanderer”,
“tdaName”: “W5”
}
did: did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a
found: true
did.version: 1
Instrumentation scope (ActivitySource):
Name: Svrn7.Identity.DIDDocument
Version: 0.8.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: 7843d245129cdd9c2de2a9b641205497
Activity.SpanId: ca2c5890d8091c26
Activity.TraceFlags: Recorded
Activity.ParentSpanId: 697c9bcaede46458
Activity.DisplayName: DIDDocument.Resolve
19:53:20.475 dbug: Svrn7.Store.LiteDidDocumentRegistry[0]
DID Document resolved: DID=did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a Version=1 Status=Active Role=Wanderer Keys=2 Services=1
{
“context”: [
https://www.w3.org/ns/did/v1
],
“id”: “did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a”,
“verificationMethod”: [
{
“id”: “did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a#key-1”,
“type”: “EcdsaSecp256k1VerificationKey2019”,
“controller”: “did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a”,
“publicKeyHex”: “0330d4cb0aaf1c863d9a7b1ea8196590c9e8bc05726d35c6cc982a64236e7bb869”
},
{
“id”: “did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a#key-agreement-1”,
“type”: “X25519KeyAgreementKey2020”,
“controller”: “did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a”,
“publicKeyHex”: “0c45cbc0d74ad492243a18310fa0833d7871616be6f12259f52abb32f06b9472”
}
],
“authentication”: [
“did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a#key-1”
],
“assertionMethod”: [
“did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a#key-1”
],
“keyAgreement”: [
“did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a#key-agreement-1”
],
“service”: [
{
“id”: “did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a#didcomm-1”,
“type”: “DIDCommMessaging”,
“serviceEndpoint”: “http://localhost:8445/didcomm
}
],
“tdaRole”: “Wanderer”,
“tdaName”: “W5”
}
Activity.Kind: Internal
Activity.StartTime: 2026-08-25T19:53:20.4741932Z
Activity.Duration: 00:00:00.0010782
Activity.Tags:
did: did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a
found: true
did.version: 1
Instrumentation scope (ActivitySource):
Name: Svrn7.Identity.DIDDocument
Version: 0.8.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: 7843d245129cdd9c2de2a9b641205497
Activity.SpanId: b02690492dbb24a3
Activity.TraceFlags: Recorded
Activity.ParentSpanId: 697c9bcaede46458
Activity.DisplayName: didcomm.storage
Activity.Kind: Client
Activity.StartTime: 2026-08-25T19:53:20.4975853Z
Activity.Duration: 00:00:00.0007002
Activity.Tags:
db.operation: enqueue
messaging.message_type: did:drn:svrn7.net/protocols/PandoMail.0.8.0/Signal-PandoMail
messaging.message_id: did:drn:/inbox/msg/6a8df2b0763cc90ad479960d
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:53:20.499 info: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: enqueued message type=’did:drn:svrn7.net/protocols/PandoMail.0.8.0/Signal-PandoMail’.
19:53:20.504 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: accepted message:
{
“id”: “did:drn:svrn7.net/didcomm/msg/7f97ba7a408d4a9196001c5d47909e3b”,
“thid”: null,
“type”: “did:drn:svrn7.net/protocols/PandoMail.0.8.0/Signal-PandoMail”,
“from”: “did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a”,
“mode”: “SignThenEncrypt”,
“body”: {
“from”: “did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a”,
“to”: [
“did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a”
],
“cc”: [
“Foobar”
],
“rfc5322Body”: “From: \u0022W5\u0022 \u003Cdid:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a\u003E\r\nTo: \u0022W5\u0022 \u003Cdid:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a\u003E\r\nCc: Foobar\r\nSubject: did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a\r\nDate: Tue, 25 Aug 2026 19:53:20 \u002B0000\r\nMIME-Version: 1.0\r\nContent-Type: text/plain; charset=utf-8\r\n\r\n\u003Cspan style=\u0022font-size: 13.3333px;\u0022\u003Edid:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a\u003C/span\u003E”
}
}
Activity.TraceId: 7843d245129cdd9c2de2a9b641205497
Activity.SpanId: 697c9bcaede46458
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.receive
Activity.Kind: Server
Activity.StartTime: 2026-08-25T19:53:20.4592531Z
Activity.Duration: 00:00:00.0457447
Activity.Tags:
svrn7.transport: http
svrn7.content_type: application/didcomm-encrypted+json; charset=utf-8
messaging.message_id: did:drn:svrn7.net/didcomm/msg/7f97ba7a408d4a9196001c5d47909e3b
messaging.message_type: did:drn:svrn7.net/protocols/PandoMail.0.8.0/Signal-PandoMail
svrn7.outcome: 202_accepted
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:53:20.515 info: Svrn7.TDA.DIDCommMessageSwitchboard[0]
Switchboard: outbound delivered to http://localhost:8445/didcomm (202).
Activity.TraceId: a57b17f946087a401632581d4c6d059c
Activity.SpanId: c7a3295d43a8a696
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.deliver
Activity.Kind: Producer
Activity.StartTime: 2026-08-25T19:53:20.1631878Z
Activity.Duration: 00:00:00.3527407
Activity.Tags:
svrn7.peer_endpoint: http://localhost:8445/didcomm
svrn7.outcome: delivered
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:53:20.517 dbug: Svrn7.TDA.WebSocketNotifyHub[0]
WebSocketNotifyHub: ␦ connection dae753f6-b931-433e-9846-d14c85edfd73 type=did:drn:svrn7.net/protocols/PandoMail.0.8.0/Notify-FolderCounts
19:53:20.517 dbug: Svrn7.TDA.WebSocketNotifyHub[0]
WebSocketNotifyHub: push complete type=did:drn:svrn7.net/protocols/PandoMail.0.8.0/Notify-FolderCounts.
19:53:20.517 dbug: Svrn7.TDA.DIDCommMessageSwitchboard[0]
Switchboard: pushed to local WebSocket (connected).
Activity.TraceId: 6548a1692dc0d84a001070d225a9c87f
Activity.SpanId: 48cb922eef8417cb
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.deliver
Activity.Kind: Producer
Activity.StartTime: 2026-08-25T19:53:20.5176265Z
Activity.Duration: 00:00:00.0002678
Activity.Tags:
svrn7.peer_endpoint: ws://local/localcomm-ws
svrn7.outcome: ws_pushed
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: 5f130caee4edfe85debedeeb80b19334
Activity.SpanId: b37e7ad984e9de59
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.storage
Activity.Kind: Client
Activity.StartTime: 2026-08-25T19:53:20.5195411Z
Activity.Duration: 00:00:00.0002914
Activity.Tags:
db.operation: dequeue_batch
svrn7.record_count: 1
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:53:20.520 info: Svrn7.TDA.DIDCommMessageSwitchboard[0]
Switchboard: processing 1 inbound message(s).
19:53:20.520 dbug: Svrn7.TDA.DIDCommMessageSwitchboard[0]
Switchboard: dequeued message
{
“id”: “did:drn:/inbox/msg/6a8df2b0763cc90ad479960d”,
“type”: “did:drn:svrn7.net/protocols/PandoMail.0.8.0/Signal-PandoMail”,
“fromDid”: “did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a”,
“wireId”: “did:drn:svrn7.net/didcomm/msg/7f97ba7a408d4a9196001c5d47909e3b”,
“thid”: null,
“receivedAt”: “2026-08-25T19:53:20.497+00:00”,
“status”: “Processing”,
“attemptCount”: 0,
“processedAt”: null,
“lastError”: null,
“jweEnvelope”: “{\u0022protected\u0022:\u0022eyJhbGciOiJFQ0RILUVTXHUwMDJCQTI1NktXIiwiZW5jIjoiQTI1NkdDTSIsImVwayI6eyJrdHkiOiJPS1AiLCJjcnYiOiJYMjU1MTkiLCJ4IjoidjdwRERVMXMwR2ZGcDFRQUNsaXkxaW9RUWZ4NkYyRVprT2VqLXIwWThDOCJ9fQ\u0022,\u0022recipients\u0022:[{\u0022header\u0022:{\u0022kid\u0022:\u0022key-agreement-1\u0022},\u0022encrypted_key\u0022:\u0022x35w5Una_VSHD4rIJ7hHYBods-rkgRfD6_6jUvT6WAZ85ZdUhUPJlQ\u0022}],\u0022iv\u0022:\u0022W8y9NCSiopiB1D_l\u0022,\u0022ciphertext\u0022:\u0022n6B5Pnt4ohu2EdaqgJAmqjMxBdSjqvECbXr6bVPnBXn2pY3JDTcu69YUDaLUPEB-VXXkdIqyma0eJCLKGlrIxXHz2HfuRYNZH1PmUBms5wgDRKwl142uonuVz8Qp6B4AtTl7Rv6t1XomeAjwbAWjhvQMuD2Y6CF6RZpNVNzf34sZFLRg_4jI0X5gDlD9nErth9uLJfjCU1fp4hys72JQeLANXBDLrTX7iHgB2fKHvu6U–oYvVBf0_RLoORFhdqcS5Thy9kLPqc0Bg67Fl9MFUMnrh4uB4hvfucVBIovYtoSIa7tXxRx1jlhNi0K8JdBTzKxGSQQEKPA1QTSr_Oan4Y6EdB74rB4HpMH-IE0XGR_LfQTSZk3B_EE4qUulqybb882PN7UTE2-UGu_-Hh6mN_hoFyZ15pPVBLM12jPDdflq1Xxrds_nsuGKzHcHE-9srt28UAvcifc7etfPmgE2CeFPBoBPDnMEcafpfF7I_L5O5HX9g5G-6CkmRIcRK7a-YwOmG8lKM_oZ5Uw4tvrA2-ptnl_KO_wqW_R19JTyuQaOB8Rt6BWcGz_mShigEssZm0iS0qUUcXBTZY0DdAQXET39w_EEjCEdvHoc07GKfr4G41xYxSuwieU0rAMplLXQ1MMWAbb51n2djPKvEdH9EyGeGpJM-bJ6xAgaX3Sm4Z_PyITIcPAeGFZ2m_wTsxRZt3pNsbpTF9agz9_X1aN5TbH3_q7-ttLiFD7IgLlxlbXSqMSwjKyGu01ranktby7LvmA6OU8ijQmBKQwv0A9bOZ6oFFYcuc8VmE_pP-XcFqUVBTnULI9AEWmLWkjtPBRvqSBntrVdLhXcxS7jrYPwntQ8IM9aUTnKf1yey8BtAwSESoQGeF3xhcM2uiR5dvtp7YvWQAw2bYmqsWPnIBIXDrFlRhVkvyqLITXMBJzyZIpmISmxLADiKNEH41DQ24KU2eC08MSHksaqDFCzz1bER4g2cYX2pdjksznbEzVzpetuSANuQ0E0svCRNBiZG4xAw1FAeqlBx9OiYk7O_hAYJ9UfNDRUcBHk8iywjalbGXxdAzA665JWodNFkn1qdLj1Rmgc89zlYWQefnrhSvREv9i8w3udVLWnq7f2cHONPIL7Cy2Q98CFH3xp5dP1cPv6JDdBUUMAuW_Y4vADXMcPcYuolHDlp4pmC0XKD25rOTRQdY0aiYXSm11ClkJjjIIf_Rb9T7TeHYSoKizwlGQ0Ebxah4LIgfN-fYoKl9QkJsMONoW3AdPPUa380u0B3GkvD63mp3cOwyHeSJ6HSWSCcS70LTKAYF1dGO1ZtVyaFOYplmHQ6LumOsSMP66AwE1bNvNvbf031aWM34Fgre_HTNCG2JtFrNdoaW0e6QSC-iSodZ2-u9uH4QMlKDUt_0G_-XYe1Dw8znsk53djcFbnIU7DfHmcU5VV_KnYqNlf8P–c19L0zLchPhiI-8imgUdORc_-dQEQMPo67rF1eMcI9zbaNwbpqhTzgiomCQ2CAGwCmu8KIeCC0hXhm0aqIJFhp2UF0m7A59xIMUCGRHptziVj33ZuA3QXXViwqW_o8kmjbhhjXKLnjhElPmrLd0ORZeXqoE8uIq7Zb1qK3qcZn4efqBXV_1WBQbnxHt-gsmOEUQxsnrkCl0UAF_u1D4wZylyBWXWI9JtppxSrLYOxwY33oZYsEtHdh_T9p0Gwb-qU6ed-DoobNuKJJWV63VQDW_diHOHkyLRZZFE28bA9-rFYttdlcxJ07_MQrvKHCsyK-rsrxh6O42udrmjm3nLJVfbxhvZvoYaoEwuBRLEBRN1dICAtN4PX9AUQK59rSTcHQPADPJjjPzewMmGZrjiyB2feQ4pvnFkA_DxbtRPywzOh0csp_jEh-6Rgrz935ZgoNn2zvWsM_KBjYhneTFzy_EhpbF_P05laIysQoe3QxSH_QprGiLfcp68RaYs9jK6MTeFQBrhCRzPU5sokFsQSzMR5oC9nFWPF42vBNQgzRClE_3bazm0GwMCBqvvNLwgLmIH0VItvxemN6MdgrpWoBqXSwqvcZi7QPOGIbnE70ug23laRseIGvqolsT_RInaeUp48m7ACv9jIbn0Cdvh8lOgdMbEK98PwjFP5bRjKHxSvdjKzPPohQlyGRxuqKvI3A7QXLx4fBWHJddyxbFu5ZOarShjmq9wiIQhEDblVq7TxWO3bU13XrZi2tI1vd4dWCz9qe1uZS8g89AIvXfUCAzE2X7IpA24GzzVezDCFt_ZZc3TnXdtX8Ltcy-wpyLi7nJmgOzdDk2VbzV6uWB4Xmy2k9B-dcTHB4ogdkkFL7k0CIm8E7S9AZz_MKYSwlaDO9ARley26CK13kivn8C0GDNEg-oF0M4imucFBc-u9e3TfZfvxvTHKkLr1GqsDLWWgDhOiRFO-5CcJBDfcwMrXw5MRVoCJi0T67UTWWSY5BEnWRJydNynpoLT1ksPiCROZoNKSgluZxvIruSuwcpnQJ8evpZ7rglYKGgp1TVgwtHNH0QHDeDMvJeWDj7Z275OoT_BoI3bV0P2SjFwcWLyZEEWhrZkPyE1ELo_hDNX2-AzatUTThVFOkvs1QJNMgmb6ltkjT93Op2zKV5A9n4OH21eLHzVB98bRj9rVSXDbbR93TsDg\u0022,\u0022tag\u0022:\u0022kQP8p3sEopS4r9Iuy9OG7Q\u0022}”,
“body”: {
“from”: “did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a”,
“to”: [
“did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a”
],
“cc”: [
“Foobar”
],
“rfc5322Body”: “From: \u0022W5\u0022 \u003Cdid:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a\u003E\r\nTo: \u0022W5\u0022 \u003Cdid:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a\u003E\r\nCc: Foobar\r\nSubject: did:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a\r\nDate: Tue, 25 Aug 2026 19:53:20 \u002B0000\r\nMIME-Version: 1.0\r\nContent-Type: text/plain; charset=utf-8\r\n\r\n\u003Cspan style=\u0022font-size: 13.3333px;\u0022\u003Edid:drn:wanderer.svrn7.net/agent/1.0/a34a689c12be49a41ec613fe9c8c61654dd556da791db3f1d972a48d4c021b3a\u003C/span\u003E”
}
}
19:53:20.520 info: Svrn7.TDA.DIDCommMessageSwitchboard[0]
Switchboard: routing did:drn:/inbox/msg/6a8df2b0763cc90ad479960d (type=did:drn:svrn7.net/protocols/PandoMail.0.8.0/Signal-PandoMail) ␦ Dequeue-PandoMail [Svrn7.Email]
19:53:20.590 info: Svrn7.TDA.LobeManager[0]
LobeManager: importing into isolated runspace (JIT) – C:\SVRN7\repos\SVRN7\src\Svrn7.TDA\bin\Debug\net8.0\lobes\PandoMail.0.8.0\PandoMail.0.8.0.psm1
19:53:20.603 info: Svrn7.TDA.LobeManager[0]
LobeManager: import complete – C:\SVRN7\repos\SVRN7\src\Svrn7.TDA\bin\Debug\net8.0\lobes\PandoMail.0.8.0\PandoMail.0.8.0.psm1
Activity.TraceId: 2193a285434b48a6bb039ea4b61f6fdb
Activity.SpanId: a27b35b8ea2df68d
Activity.TraceFlags: Recorded
Activity.ParentSpanId: 6f606b96d63af8e2
Activity.DisplayName: lobe.import
Activity.Kind: Internal
Activity.StartTime: 2026-08-25T19:53:20.5907361Z
Activity.Duration: 00:00:00.0129250
Activity.Tags:
svrn7.lobe_module_path: C:\SVRN7\repos\SVRN7\src\Svrn7.TDA\bin\Debug\net8.0\lobes\PandoMail.0.8.0\PandoMail.0.8.0.psm1
svrn7.lobe_kind: jit
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: 2193a285434b48a6bb039ea4b61f6fdb
Activity.SpanId: fec12ff7015ef181
Activity.TraceFlags: Recorded
Activity.ParentSpanId: 704e918183015824
Activity.DisplayName: didcomm.storage
Activity.Kind: Client
Activity.StartTime: 2026-08-25T19:53:20.6057033Z
Activity.Duration: 00:00:00.0001804
Activity.Tags:
db.operation: get_by_id
messaging.message_id: did:drn:/inbox/msg/6a8df2b0763cc90ad479960d
svrn7.outcome: hit
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: 2193a285434b48a6bb039ea4b61f6fdb
Activity.SpanId: 0171e46467522f98
Activity.TraceFlags: Recorded
Activity.ParentSpanId: 704e918183015824
Activity.DisplayName: didcomm.storage
Activity.Kind: Client
Activity.StartTime: 2026-08-25T19:53:20.6391304Z
Activity.Duration: 00:00:00.0004749
Activity.Tags:
db.operation: count_by_type
messaging.message_type: did:drn:svrn7.net/protocols/PandoMail.0.8.0/Signal-PandoMail
svrn7.record_count: 1
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: 2193a285434b48a6bb039ea4b61f6fdb
Activity.SpanId: e3f2e67138c3bb8d
Activity.TraceFlags: Recorded
Activity.ParentSpanId: 704e918183015824
Activity.DisplayName: didcomm.storage
Activity.Kind: Client
Activity.StartTime: 2026-08-25T19:53:20.6411940Z
Activity.Duration: 00:00:00.0005213
Activity.Tags:
db.operation: count_by_type
messaging.message_type: did:drn:svrn7.net/protocols/PandoMail.0.8.0/Enqueue-PandoMail
svrn7.record_count: 1
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: 2193a285434b48a6bb039ea4b61f6fdb
Activity.SpanId: 704e918183015824
Activity.TraceFlags: Recorded
Activity.ParentSpanId: 6f606b96d63af8e2
Activity.DisplayName: didcomm.invoke
Activity.Kind: Internal
Activity.StartTime: 2026-08-25T19:53:20.6045509Z
Activity.Duration: 00:00:00.0421558
Activity.Tags:
messaging.message_id: did:drn:/inbox/msg/6a8df2b0763cc90ad479960d
svrn7.lobe_entrypoint: Dequeue-PandoMail
svrn7.result_count: 4
svrn7.warning_count: 0
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: 2193a285434b48a6bb039ea4b61f6fdb
Activity.SpanId: 68cddd5f04d05c21
Activity.TraceFlags: Recorded
Activity.ParentSpanId: 6f606b96d63af8e2
Activity.DisplayName: didcomm.storage
Activity.Kind: Client
Activity.StartTime: 2026-08-25T19:53:20.6489466Z
Activity.Duration: 00:00:00.0004822
Activity.Tags:
db.operation: mark_processed
messaging.message_id: did:drn:/inbox/msg/6a8df2b0763cc90ad479960d
svrn7.outcome: processed
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: 2193a285434b48a6bb039ea4b61f6fdb
Activity.SpanId: 6f606b96d63af8e2
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.dispatch
Activity.Kind: Consumer
Activity.StartTime: 2026-08-25T19:53:20.5205489Z
Activity.Duration: 00:00:00.1297658
Activity.Tags:
messaging.message_id: did:drn:/inbox/msg/6a8df2b0763cc90ad479960d
messaging.message_type: did:drn:svrn7.net/protocols/PandoMail.0.8.0/Signal-PandoMail
messaging.attempt_count: 0
svrn7.lobe_name: Svrn7.Email
svrn7.lobe_entrypoint: Dequeue-PandoMail
svrn7.outcome: processed
StatusCode: Ok
Activity.Links:
7843d245129cdd9c2de2a9b641205497 697c9bcaede46458
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:53:20.651 dbug: Svrn7.TDA.WebSocketNotifyHub[0]
WebSocketNotifyHub: ␦ connection dae753f6-b931-433e-9846-d14c85edfd73 type=did:drn:svrn7.net/protocols/Email-Notify.0.1.0/new-message
19:53:20.651 dbug: Svrn7.TDA.WebSocketNotifyHub[0]
WebSocketNotifyHub: push complete type=did:drn:svrn7.net/protocols/Email-Notify.0.1.0/new-message.
19:53:20.651 dbug: Svrn7.TDA.DIDCommMessageSwitchboard[0]
Switchboard: pushed to local WebSocket (connected).
Activity.TraceId: f10d1e90b97835fdf87c001089fde315
Activity.SpanId: 50eee3595942cf17
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.deliver
Activity.Kind: Producer
Activity.StartTime: 2026-08-25T19:53:20.6510662Z
Activity.Duration: 00:00:00.0001718
Activity.Tags:
svrn7.peer_endpoint: ws://local/localcomm-ws
svrn7.outcome: ws_pushed
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:53:20.652 dbug: Svrn7.TDA.WebSocketNotifyHub[0]
WebSocketNotifyHub: ␦ connection dae753f6-b931-433e-9846-d14c85edfd73 type=did:drn:svrn7.net/protocols/PandoMail.0.8.0/Notify-FolderCounts
19:53:20.652 dbug: Svrn7.TDA.WebSocketNotifyHub[0]
WebSocketNotifyHub: push complete type=did:drn:svrn7.net/protocols/PandoMail.0.8.0/Notify-FolderCounts.
19:53:20.652 dbug: Svrn7.TDA.DIDCommMessageSwitchboard[0]
Switchboard: pushed to local WebSocket (connected).
Activity.TraceId: 10eb98a03b71d87e30f6eddad5a2a5fc
Activity.SpanId: f29e3dd5c1daa704
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.deliver
Activity.Kind: Producer
Activity.StartTime: 2026-08-25T19:53:20.6524809Z
Activity.Duration: 00:00:00.0001262
Activity.Tags:
svrn7.peer_endpoint: ws://local/localcomm-ws
svrn7.outcome: ws_pushed
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:53:20.655 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket frame received – 200 bytes, endOfMessage=True.
19:53:20.655 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket complete message assembled – 200 bytes.
19:53:20.655 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket processing message – length=200, preview='{“typ”:”application/didcomm-plain\u002Bjson”,”id”:”did:drn:svrn7.net/didcomm/msg/be54786462474ee98088b60257308de7″,”type’.
19:53:20.655 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket UnpackAsync OK – type=’did:drn:svrn7.net/protocols/PandoMail.0.8.0/List-Emails’, from='(null)’.
Activity.TraceId: c20ea5b912bda14f223ea87c26c6e5f4
Activity.SpanId: 4bedfb96eeb722cd
Activity.TraceFlags: Recorded
Activity.ParentSpanId: f6298794e371989c
Activity.DisplayName: didcomm.storage
Activity.Kind: Client
Activity.StartTime: 2026-08-25T19:53:20.6557157Z
Activity.Duration: 00:00:00.0004489
Activity.Tags:
db.operation: enqueue
messaging.message_type: did:drn:svrn7.net/protocols/PandoMail.0.8.0/List-Emails
messaging.message_id: did:drn:/inbox/msg/6a8df2b0763cc90ad479960e
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:53:20.657 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket message enqueued (type=’did:drn:svrn7.net/protocols/PandoMail.0.8.0/List-Emails’).
Activity.TraceId: c20ea5b912bda14f223ea87c26c6e5f4
Activity.SpanId: f6298794e371989c
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.receive
Activity.Kind: Server
Activity.StartTime: 2026-08-25T19:53:20.6555522Z
Activity.Duration: 00:00:00.0015436
Activity.Tags:
svrn7.transport: ws
messaging.message_id: did:drn:svrn7.net/didcomm/msg/be54786462474ee98088b60257308de7
messaging.message_type: did:drn:svrn7.net/protocols/PandoMail.0.8.0/List-Emails
svrn7.outcome: enqueued
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: 23b126fcf7a75fb58d2b852dd2f36b02
Activity.SpanId: 945925c6b2c91363
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.storage
Activity.Kind: Client
Activity.StartTime: 2026-08-25T19:53:20.7535941Z
Activity.Duration: 00:00:00.0003194
Activity.Tags:
db.operation: dequeue_batch
svrn7.record_count: 1
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:53:20.754 info: Svrn7.TDA.DIDCommMessageSwitchboard[0]
Switchboard: processing 1 inbound message(s).
19:53:20.754 dbug: Svrn7.TDA.DIDCommMessageSwitchboard[0]
Switchboard: dequeued message
{
“id”: “did:drn:/inbox/msg/6a8df2b0763cc90ad479960e”,
“type”: “did:drn:svrn7.net/protocols/PandoMail.0.8.0/List-Emails”,
“fromDid”: null,
“wireId”: “did:drn:svrn7.net/didcomm/msg/be54786462474ee98088b60257308de7”,
“thid”: null,
“receivedAt”: “2026-08-25T19:53:20.655+00:00”,
“status”: “Processing”,
“attemptCount”: 0,
“processedAt”: null,
“lastError”: null,
“jweEnvelope”: “{\u0022typ\u0022:\u0022application/didcomm-plain\u002Bjson\u0022,\u0022id\u0022:\u0022did:drn:svrn7.net/didcomm/msg/be54786462474ee98088b60257308de7\u0022,\u0022type\u0022:\u0022did:drn:svrn7.net/protocols/PandoMail.0.8.0/List-Emails\u0022,\u0022body\u0022:{\u0022limit\u0022:50}}”,
“body”: {
“limit”: 50
}
}
19:53:20.754 info: Svrn7.TDA.DIDCommMessageSwitchboard[0]
Switchboard: routing did:drn:/inbox/msg/6a8df2b0763cc90ad479960e (type=did:drn:svrn7.net/protocols/PandoMail.0.8.0/List-Emails) ␦ Invoke-PandoMailList [Svrn7.Email]
19:53:20.850 info: Svrn7.TDA.LobeManager[0]
LobeManager: importing into isolated runspace (JIT) – C:\SVRN7\repos\SVRN7\src\Svrn7.TDA\bin\Debug\net8.0\lobes\PandoMail.0.8.0\PandoMail.0.8.0.psm1
Activity.TraceId: 774dd84cd7e6fde8ad75f7cd022f24f4
Activity.SpanId: 5cf6102235c16354
Activity.TraceFlags: Recorded
Activity.ParentSpanId: cbafaa02c9ccd0b1
Activity.DisplayName: lobe.import
19:53:20.865 info: Svrn7.TDA.LobeManager[0]
LobeManager: import complete – C:\SVRN7\repos\SVRN7\src\Svrn7.TDA\bin\Debug\net8.0\lobes\PandoMail.0.8.0\PandoMail.0.8.0.psm1
Activity.Kind: Internal
Activity.StartTime: 2026-08-25T19:53:20.8503022Z
Activity.Duration: 00:00:00.0150057
Activity.Tags:
svrn7.lobe_module_path: C:\SVRN7\repos\SVRN7\src\Svrn7.TDA\bin\Debug\net8.0\lobes\PandoMail.0.8.0\PandoMail.0.8.0.psm1
svrn7.lobe_kind: jit
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: 774dd84cd7e6fde8ad75f7cd022f24f4
Activity.SpanId: 96df4a243ceb729b
Activity.TraceFlags: Recorded
Activity.ParentSpanId: fb6c9c6fb2ee8a4c
Activity.DisplayName: didcomm.storage
Activity.Kind: Client
Activity.StartTime: 2026-08-25T19:53:20.8677290Z
Activity.Duration: 00:00:00.0001677
Activity.Tags:
db.operation: get_by_id
messaging.message_id: did:drn:/inbox/msg/6a8df2b0763cc90ad479960e
svrn7.outcome: hit
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: 774dd84cd7e6fde8ad75f7cd022f24f4
Activity.SpanId: 9176f3ab41d304d8
Activity.TraceFlags: Recorded
Activity.ParentSpanId: fb6c9c6fb2ee8a4c
Activity.DisplayName: didcomm.storage
Activity.Kind: Client
Activity.StartTime: 2026-08-25T19:53:20.8699006Z
Activity.Duration: 00:00:00.0005872
Activity.Tags:
db.operation: list_by_type
messaging.message_type: did:drn:svrn7.net/protocols/PandoMail.0.8.0/Signal-PandoMail
svrn7.record_count: 1
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: 774dd84cd7e6fde8ad75f7cd022f24f4
Activity.SpanId: fb6c9c6fb2ee8a4c
Activity.TraceFlags: Recorded
Activity.ParentSpanId: cbafaa02c9ccd0b1
Activity.DisplayName: didcomm.invoke
Activity.Kind: Internal
Activity.StartTime: 2026-08-25T19:53:20.8665791Z
Activity.Duration: 00:00:00.0146032
Activity.Tags:
messaging.message_id: did:drn:/inbox/msg/6a8df2b0763cc90ad479960e
svrn7.lobe_entrypoint: Invoke-PandoMailList
svrn7.result_count: 2
svrn7.warning_count: 0
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: 774dd84cd7e6fde8ad75f7cd022f24f4
Activity.SpanId: 3af999450902f7e4
Activity.TraceFlags: Recorded
Activity.ParentSpanId: cbafaa02c9ccd0b1
Activity.DisplayName: didcomm.storage
Activity.Kind: Client
Activity.StartTime: 2026-08-25T19:53:20.8832564Z
Activity.Duration: 00:00:00.0003571
Activity.Tags:
db.operation: mark_processed
messaging.message_id: did:drn:/inbox/msg/6a8df2b0763cc90ad479960e
svrn7.outcome: processed
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: 774dd84cd7e6fde8ad75f7cd022f24f4
Activity.SpanId: cbafaa02c9ccd0b1
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.dispatch
Activity.Kind: Consumer
Activity.StartTime: 2026-08-25T19:53:20.7547006Z
Activity.Duration: 00:00:00.1297946
Activity.Tags:
messaging.message_id: did:drn:/inbox/msg/6a8df2b0763cc90ad479960e
messaging.message_type: did:drn:svrn7.net/protocols/PandoMail.0.8.0/List-Emails
messaging.attempt_count: 0
svrn7.lobe_name: Svrn7.Email
svrn7.lobe_entrypoint: Invoke-PandoMailList
svrn7.outcome: processed
StatusCode: Ok
Activity.Links:
c20ea5b912bda14f223ea87c26c6e5f4 f6298794e371989c
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:53:20.885 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket frame received – 238 bytes, endOfMessage=True.
19:53:20.885 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket complete message assembled – 238 bytes.
19:53:20.885 dbug: Svrn7.TDA.WebSocketNotifyHub[0]
WebSocketNotifyHub: ␦ connection dae753f6-b931-433e-9846-d14c85edfd73 (correlated reply) type=did:drn:svrn7.net/protocols/PandoMail.0.8.0/Get-PandoMails
19:53:20.885 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket processing message – length=238, preview='{“typ”:”application/didcomm-plain\u002Bjson”,”id”:”did:drn:svrn7.net/didcomm/msg/a7e715fab98a45fca1442fa7191c0c71″,”type’.
19:53:20.885 dbug: Svrn7.TDA.DIDCommMessageSwitchboard[0]
Switchboard: pushed to local WebSocket (connected).
Activity.TraceId: 8985ce2da47ba24c470a50148864fe21
Activity.SpanId: 7ffee951dd8c01ef
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.deliver
Activity.Kind: Producer
Activity.StartTime: 2026-08-25T19:53:20.8854796Z
Activity.Duration: 00:00:00.0001656
Activity.Tags:
svrn7.peer_endpoint: ws://local/localcomm-ws
svrn7.outcome: ws_pushed
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: c4b3b3de0aba23f527d435ff334ddb44
Activity.SpanId: a2134c802a35517c
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.receive
Activity.Kind: Server
Activity.StartTime: 2026-08-25T19:53:20.8855632Z
Activity.Duration: 00:00:00.0000913
Activity.Tags:
svrn7.transport: ws
svrn7.outcome: control_frame
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:53:20.906 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket frame received – 250 bytes, endOfMessage=True.
19:53:20.906 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket complete message assembled – 250 bytes.
19:53:20.906 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket processing message – length=250, preview='{“typ”:”application/didcomm-plain\u002Bjson”,”id”:”did:drn:svrn7.net/didcomm/msg/e347d4324db1496eb9ebfbaed64904ff”,”type’.
19:53:20.906 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket UnpackAsync OK – type=’did:drn:svrn7.net/protocols/PandoMail.0.8.0/Get-EmailBody’, from='(null)’.
Activity.TraceId: fb652c45fb2268f51da5f163e42cb6fd
Activity.SpanId: 864455dc75a5a46a
Activity.TraceFlags: Recorded
Activity.ParentSpanId: 96b91d3a9f872bff
Activity.DisplayName: didcomm.storage
Activity.Kind: Client
Activity.StartTime: 2026-08-25T19:53:20.9069053Z
Activity.Duration: 00:00:00.0004321
Activity.Tags:
db.operation: enqueue
messaging.message_type: did:drn:svrn7.net/protocols/PandoMail.0.8.0/Get-EmailBody
messaging.message_id: did:drn:/inbox/msg/6a8df2b0763cc90ad479960f
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: fb652c45fb2268f51da5f163e42cb6fd
Activity.SpanId: 96b91d3a9f872bff
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.receive
Activity.Kind: Server
19:53:20.908 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket message enqueued (type=’did:drn:svrn7.net/protocols/PandoMail.0.8.0/Get-EmailBody’).
Activity.StartTime: 2026-08-25T19:53:20.9068204Z
Activity.Duration: 00:00:00.0013225
Activity.Tags:
svrn7.transport: ws
messaging.message_id: did:drn:svrn7.net/didcomm/msg/e347d4324db1496eb9ebfbaed64904ff
messaging.message_type: did:drn:svrn7.net/protocols/PandoMail.0.8.0/Get-EmailBody
svrn7.outcome: enqueued
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: 79655e9e9dbe80a6abca1f9638a01ccc
Activity.SpanId: a92d15f7934179cf
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.storage
Activity.Kind: Client
Activity.StartTime: 2026-08-25T19:53:20.9973846Z
Activity.Duration: 00:00:00.0004704
Activity.Tags:
db.operation: dequeue_batch
svrn7.record_count: 1
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:53:20.999 info: Svrn7.TDA.DIDCommMessageSwitchboard[0]
Switchboard: processing 1 inbound message(s).
19:53:21.000 dbug: Svrn7.TDA.DIDCommMessageSwitchboard[0]
Switchboard: dequeued message
{
“id”: “did:drn:/inbox/msg/6a8df2b0763cc90ad479960f”,
“type”: “did:drn:svrn7.net/protocols/PandoMail.0.8.0/Get-EmailBody”,
“fromDid”: null,
“wireId”: “did:drn:svrn7.net/didcomm/msg/e347d4324db1496eb9ebfbaed64904ff”,
“thid”: null,
“receivedAt”: “2026-08-25T19:53:20.906+00:00”,
“status”: “Processing”,
“attemptCount”: 0,
“processedAt”: null,
“lastError”: null,
“jweEnvelope”: “{\u0022typ\u0022:\u0022application/didcomm-plain\u002Bjson\u0022,\u0022id\u0022:\u0022did:drn:svrn7.net/didcomm/msg/e347d4324db1496eb9ebfbaed64904ff\u0022,\u0022type\u0022:\u0022did:drn:svrn7.net/protocols/PandoMail.0.8.0/Get-EmailBody\u0022,\u0022body\u0022:{\u0022messageDid\u0022:\u0022did:drn:/inbox/msg/6a8df2b0763cc90ad479960d\u0022}}”,
“body”: {
“messageDid”: “did:drn:/inbox/msg/6a8df2b0763cc90ad479960d”
}
}
19:53:21.000 info: Svrn7.TDA.DIDCommMessageSwitchboard[0]
Switchboard: routing did:drn:/inbox/msg/6a8df2b0763cc90ad479960f (type=did:drn:svrn7.net/protocols/PandoMail.0.8.0/Get-EmailBody) ␦ Invoke-Svrn7EmailGetEmailBody [Svrn7.Email]
19:53:21.134 info: Svrn7.TDA.LobeManager[0]
LobeManager: importing into isolated runspace (JIT) – C:\SVRN7\repos\SVRN7\src\Svrn7.TDA\bin\Debug\net8.0\lobes\PandoMail.0.8.0\PandoMail.0.8.0.psm1
19:53:21.146 info: Svrn7.TDA.LobeManager[0]
LobeManager: import complete – C:\SVRN7\repos\SVRN7\src\Svrn7.TDA\bin\Debug\net8.0\lobes\PandoMail.0.8.0\PandoMail.0.8.0.psm1
Activity.TraceId: 9ef9dc01296d716d7a9e2314c34fd360
Activity.SpanId: 882a2e54b736debb
Activity.TraceFlags: Recorded
Activity.ParentSpanId: 43402e3b6c2dfb3a
Activity.DisplayName: lobe.import
Activity.Kind: Internal
Activity.StartTime: 2026-08-25T19:53:21.1340311Z
Activity.Duration: 00:00:00.0126545
Activity.Tags:
svrn7.lobe_module_path: C:\SVRN7\repos\SVRN7\src\Svrn7.TDA\bin\Debug\net8.0\lobes\PandoMail.0.8.0\PandoMail.0.8.0.psm1
svrn7.lobe_kind: jit
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: 9ef9dc01296d716d7a9e2314c34fd360
Activity.SpanId: a1dcd42f78bebfb6
Activity.TraceFlags: Recorded
Activity.ParentSpanId: a5d9170ca50a6700
Activity.DisplayName: didcomm.storage
Activity.Kind: Client
Activity.StartTime: 2026-08-25T19:53:21.1487548Z
Activity.Duration: 00:00:00.0001662
Activity.Tags:
db.operation: get_by_id
messaging.message_id: did:drn:/inbox/msg/6a8df2b0763cc90ad479960f
svrn7.outcome: hit
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: 9ef9dc01296d716d7a9e2314c34fd360
Activity.SpanId: a5d9170ca50a6700
Activity.TraceFlags: Recorded
Activity.ParentSpanId: 43402e3b6c2dfb3a
Activity.DisplayName: didcomm.invoke
Activity.Kind: Internal
Activity.StartTime: 2026-08-25T19:53:21.1475719Z
Activity.Duration: 00:00:00.0198517
Activity.Tags:
messaging.message_id: did:drn:/inbox/msg/6a8df2b0763cc90ad479960f
svrn7.lobe_entrypoint: Invoke-Svrn7EmailGetEmailBody
svrn7.result_count: 2
svrn7.warning_count: 0
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: 9ef9dc01296d716d7a9e2314c34fd360
Activity.SpanId: dde43a4c5a206c76
Activity.TraceFlags: Recorded
Activity.ParentSpanId: 43402e3b6c2dfb3a
Activity.DisplayName: didcomm.storage
Activity.Kind: Client
Activity.StartTime: 2026-08-25T19:53:21.1690456Z
Activity.Duration: 00:00:00.0003256
Activity.Tags:
db.operation: mark_processed
messaging.message_id: did:drn:/inbox/msg/6a8df2b0763cc90ad479960f
svrn7.outcome: processed
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: 9ef9dc01296d716d7a9e2314c34fd360
Activity.SpanId: 43402e3b6c2dfb3a
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.dispatch
Activity.Kind: Consumer
Activity.StartTime: 2026-08-25T19:53:21.0000264Z
Activity.Duration: 00:00:00.1699653
Activity.Tags:
messaging.message_id: did:drn:/inbox/msg/6a8df2b0763cc90ad479960f
messaging.message_type: did:drn:svrn7.net/protocols/PandoMail.0.8.0/Get-EmailBody
messaging.attempt_count: 0
svrn7.lobe_name: Svrn7.Email
svrn7.lobe_entrypoint: Invoke-Svrn7EmailGetEmailBody
svrn7.outcome: processed
StatusCode: Ok
Activity.Links:
fb652c45fb2268f51da5f163e42cb6fd 96b91d3a9f872bff
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:53:21.170 dbug: Svrn7.TDA.WebSocketNotifyHub[0]
WebSocketNotifyHub: ␦ connection dae753f6-b931-433e-9846-d14c85edfd73 (correlated reply) type=did:drn:svrn7.net/protocols/PandoMail.0.8.0/Reply-EmailBody
Activity.TraceId: 97367c98d33a22bd3e6965d876fad320
Activity.SpanId: 5b87bac637c7bd1c
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.deliver
Activity.Kind: Producer
19:53:21.170 dbug: Svrn7.TDA.DIDCommMessageSwitchboard[0]
Switchboard: pushed to local WebSocket (connected).
Activity.StartTime: 2026-08-25T19:53:21.1707435Z
Activity.Duration: 00:00:00.0001408
Activity.Tags:
svrn7.peer_endpoint: ws://local/localcomm-ws
svrn7.outcome: ws_pushed
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:53:24.664 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket frame received – 205 bytes, endOfMessage=True.
19:53:24.664 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket complete message assembled – 205 bytes.
19:53:24.664 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket processing message – length=205, preview='{“typ”:”application/didcomm-plain\u002Bjson”,”id”:”did:drn:svrn7.net/didcomm/msg/40cdec0693c542b59c0006e6a9525859″,”type’.
19:53:24.664 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket UnpackAsync OK – type=’did:drn:svrn7.net/protocols/PandoMail.0.8.0/List-DeadLetters’, from='(null)’.
Activity.TraceId: f2626338e21c6f7697df632a200de0e2
Activity.SpanId: 8fbe125b6ed8113d
Activity.TraceFlags: Recorded
Activity.ParentSpanId: 1bd69cde743c1e1e
Activity.DisplayName: didcomm.storage
Activity.Kind: Client
Activity.StartTime: 2026-08-25T19:53:24.6646967Z
Activity.Duration: 00:00:00.0046442
Activity.Tags:
db.operation: enqueue
messaging.message_type: did:drn:svrn7.net/protocols/PandoMail.0.8.0/List-DeadLetters
messaging.message_id: did:drn:/inbox/msg/6a8df2b4763cc90ad4799610
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: f2626338e21c6f7697df632a200de0e2
Activity.SpanId: 1bd69cde743c1e1e
Activity.TraceFlags: Recorded
19:53:24.670 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket message enqueued (type=’did:drn:svrn7.net/protocols/PandoMail.0.8.0/List-DeadLetters’).
Activity.DisplayName: didcomm.receive
Activity.Kind: Server
Activity.StartTime: 2026-08-25T19:53:24.6644467Z
Activity.Duration: 00:00:00.0057289
Activity.Tags:
svrn7.transport: ws
messaging.message_id: did:drn:svrn7.net/didcomm/msg/40cdec0693c542b59c0006e6a9525859
messaging.message_type: did:drn:svrn7.net/protocols/PandoMail.0.8.0/List-DeadLetters
svrn7.outcome: enqueued
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: 53d82d4f553d35cb27cdf4f5c8c54c55
Activity.SpanId: faa61fff60c5329a
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.storage
Activity.Kind: Client
Activity.StartTime: 2026-08-25T19:53:24.7192504Z
Activity.Duration: 00:00:00.0003958
Activity.Tags:
db.operation: dequeue_batch
svrn7.record_count: 1
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:53:24.720 info: Svrn7.TDA.DIDCommMessageSwitchboard[0]
Switchboard: processing 1 inbound message(s).
19:53:24.720 dbug: Svrn7.TDA.DIDCommMessageSwitchboard[0]
Switchboard: dequeued message
{
“id”: “did:drn:/inbox/msg/6a8df2b4763cc90ad4799610”,
“type”: “did:drn:svrn7.net/protocols/PandoMail.0.8.0/List-DeadLetters”,
“fromDid”: null,
“wireId”: “did:drn:svrn7.net/didcomm/msg/40cdec0693c542b59c0006e6a9525859”,
“thid”: null,
“receivedAt”: “2026-08-25T19:53:24.664+00:00”,
“status”: “Processing”,
“attemptCount”: 0,
“processedAt”: null,
“lastError”: null,
“jweEnvelope”: “{\u0022typ\u0022:\u0022application/didcomm-plain\u002Bjson\u0022,\u0022id\u0022:\u0022did:drn:svrn7.net/didcomm/msg/40cdec0693c542b59c0006e6a9525859\u0022,\u0022type\u0022:\u0022did:drn:svrn7.net/protocols/PandoMail.0.8.0/List-DeadLetters\u0022,\u0022body\u0022:{\u0022limit\u0022:50}}”,
“body”: {
“limit”: 50
}
}
19:53:24.720 info: Svrn7.TDA.DIDCommMessageSwitchboard[0]
Switchboard: routing did:drn:/inbox/msg/6a8df2b4763cc90ad4799610 (type=did:drn:svrn7.net/protocols/PandoMail.0.8.0/List-DeadLetters) ␦ Invoke-PandoMailListDeadLetters [Svrn7.Email]
19:53:24.792 info: Svrn7.TDA.LobeManager[0]
LobeManager: importing into isolated runspace (JIT) – C:\SVRN7\repos\SVRN7\src\Svrn7.TDA\bin\Debug\net8.0\lobes\PandoMail.0.8.0\PandoMail.0.8.0.psm1
Activity.TraceId: efbc0d12d5de7644ef9c76e4e1a1830c
Activity.SpanId: c7ff71a795c8b0cb
Activity.TraceFlags: Recorded
Activity.ParentSpanId: c69b4e6491019426
Activity.DisplayName: lobe.import
Activity.Kind: Internal
19:53:24.802 info: Svrn7.TDA.LobeManager[0]
LobeManager: import complete – C:\SVRN7\repos\SVRN7\src\Svrn7.TDA\bin\Debug\net8.0\lobes\PandoMail.0.8.0\PandoMail.0.8.0.psm1
Activity.StartTime: 2026-08-25T19:53:24.7926662Z
Activity.Duration: 00:00:00.0095496
Activity.Tags:
svrn7.lobe_module_path: C:\SVRN7\repos\SVRN7\src\Svrn7.TDA\bin\Debug\net8.0\lobes\PandoMail.0.8.0\PandoMail.0.8.0.psm1
svrn7.lobe_kind: jit
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: efbc0d12d5de7644ef9c76e4e1a1830c
Activity.SpanId: 7c593bd6d691e7d0
Activity.TraceFlags: Recorded
Activity.ParentSpanId: 53c4a509a0e3d4fa
Activity.DisplayName: didcomm.storage
Activity.Kind: Client
Activity.StartTime: 2026-08-25T19:53:24.8053404Z
Activity.Duration: 00:00:00.0002462
Activity.Tags:
db.operation: get_by_id
messaging.message_id: did:drn:/inbox/msg/6a8df2b4763cc90ad4799610
svrn7.outcome: hit
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: efbc0d12d5de7644ef9c76e4e1a1830c
Activity.SpanId: 53c4a509a0e3d4fa
Activity.TraceFlags: Recorded
Activity.ParentSpanId: c69b4e6491019426
Activity.DisplayName: didcomm.invoke
Activity.Kind: Internal
Activity.StartTime: 2026-08-25T19:53:24.8033433Z
Activity.Duration: 00:00:00.0189135
Activity.Tags:
messaging.message_id: did:drn:/inbox/msg/6a8df2b4763cc90ad4799610
svrn7.lobe_entrypoint: Invoke-PandoMailListDeadLetters
svrn7.result_count: 2
svrn7.warning_count: 0
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: efbc0d12d5de7644ef9c76e4e1a1830c
Activity.SpanId: e724acac5adfc703
Activity.TraceFlags: Recorded
Activity.ParentSpanId: c69b4e6491019426
Activity.DisplayName: didcomm.storage
Activity.Kind: Client
Activity.StartTime: 2026-08-25T19:53:24.8239446Z
Activity.Duration: 00:00:00.0005266
Activity.Tags:
db.operation: mark_processed
messaging.message_id: did:drn:/inbox/msg/6a8df2b4763cc90ad4799610
svrn7.outcome: processed
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: efbc0d12d5de7644ef9c76e4e1a1830c
Activity.SpanId: c69b4e6491019426
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.dispatch
Activity.Kind: Consumer
Activity.StartTime: 2026-08-25T19:53:24.7204031Z
Activity.Duration: 00:00:00.1050154
Activity.Tags:
messaging.message_id: did:drn:/inbox/msg/6a8df2b4763cc90ad4799610
messaging.message_type: did:drn:svrn7.net/protocols/PandoMail.0.8.0/List-DeadLetters
messaging.attempt_count: 0
svrn7.lobe_name: Svrn7.Email
svrn7.lobe_entrypoint: Invoke-PandoMailListDeadLetters
svrn7.outcome: processed
StatusCode: Ok
Activity.Links:
f2626338e21c6f7697df632a200de0e2 1bd69cde743c1e1e
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:53:24.827 dbug: Svrn7.TDA.WebSocketNotifyHub[0]
WebSocketNotifyHub: ␦ connection dae753f6-b931-433e-9846-d14c85edfd73 (correlated reply) type=did:drn:svrn7.net/protocols/PandoMail.0.8.0/Get-PandoDeadLetters
Activity.TraceId: c039f42cf4a11b3d646a6201ea79a3e6
Activity.SpanId: 65adff637b75e193
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.deliver
19:53:24.827 dbug: Svrn7.TDA.DIDCommMessageSwitchboard[0]
Switchboard: pushed to local WebSocket (connected).
Activity.Kind: Producer
Activity.StartTime: 2026-08-25T19:53:24.8269387Z
Activity.Duration: 00:00:00.0002486
Activity.Tags:
svrn7.peer_endpoint: ws://local/localcomm-ws
svrn7.outcome: ws_pushed
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:53:24.833 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket frame received – 269 bytes, endOfMessage=True.
19:53:24.833 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket complete message assembled – 269 bytes.
19:53:24.833 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket processing message – length=269, preview='{“typ”:”application/didcomm-plain\u002Bjson”,”id”:”did:drn:svrn7.net/didcomm/msg/4fed3d1b91ef4947a1a43bd79abcf8e2″,”type’.
19:53:24.833 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket UnpackAsync OK – type=’did:drn:svrn7.net/protocols/PandoMail.0.8.0/Get-EmailBody’, from='(null)’.
Activity.TraceId: e5590163e5ebc6968beaf17d2b8380d4
Activity.SpanId: 6bebf335025754b0
Activity.TraceFlags: Recorded
Activity.ParentSpanId: f43a70456ec5dc27
Activity.DisplayName: didcomm.storage
Activity.Kind: Client
Activity.StartTime: 2026-08-25T19:53:24.8332010Z
Activity.Duration: 00:00:00.0004170
Activity.Tags:
db.operation: enqueue
messaging.message_type: did:drn:svrn7.net/protocols/PandoMail.0.8.0/Get-EmailBody
messaging.message_id: did:drn:/inbox/msg/6a8df2b4763cc90ad4799611
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: e5590163e5ebc6968beaf17d2b8380d4
Activity.SpanId: f43a70456ec5dc27
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.receive
Activity.Kind: Server
Activity.StartTime: 2026-08-25T19:53:24.8331371Z
Activity.Duration: 00:00:00.0011223
Activity.Tags:
svrn7.transport: ws
messaging.message_id: did:drn:svrn7.net/didcomm/msg/4fed3d1b91ef4947a1a43bd79abcf8e2
messaging.message_type: did:drn:svrn7.net/protocols/PandoMail.0.8.0/Get-EmailBody
svrn7.outcome: enqueued
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:53:24.834 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket message enqueued (type=’did:drn:svrn7.net/protocols/PandoMail.0.8.0/Get-EmailBody’).
Activity.TraceId: 6f522de219bf4c9fbb8cfb3e937fee5d
Activity.SpanId: 72f016fd07930dec
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.storage
Activity.Kind: Client
Activity.StartTime: 2026-08-25T19:53:24.9321402Z
Activity.Duration: 00:00:00.0006221
Activity.Tags:
db.operation: dequeue_batch
svrn7.record_count: 1
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:53:24.934 info: Svrn7.TDA.DIDCommMessageSwitchboard[0]
Switchboard: processing 1 inbound message(s).
19:53:24.934 dbug: Svrn7.TDA.DIDCommMessageSwitchboard[0]
Switchboard: dequeued message
{
“id”: “did:drn:/inbox/msg/6a8df2b4763cc90ad4799611”,
“type”: “did:drn:svrn7.net/protocols/PandoMail.0.8.0/Get-EmailBody”,
“fromDid”: null,
“wireId”: “did:drn:svrn7.net/didcomm/msg/4fed3d1b91ef4947a1a43bd79abcf8e2”,
“thid”: null,
“receivedAt”: “2026-08-25T19:53:24.833+00:00”,
“status”: “Processing”,
“attemptCount”: 0,
“processedAt”: null,
“lastError”: null,
“jweEnvelope”: “{\u0022typ\u0022:\u0022application/didcomm-plain\u002Bjson\u0022,\u0022id\u0022:\u0022did:drn:svrn7.net/didcomm/msg/4fed3d1b91ef4947a1a43bd79abcf8e2\u0022,\u0022type\u0022:\u0022did:drn:svrn7.net/protocols/PandoMail.0.8.0/Get-EmailBody\u0022,\u0022body\u0022:{\u0022messageDid\u0022:\u0022did:drn:svrn7.net/didcomm/msg/28a14f12b1e341a29a98c8b0d4bee11f\u0022}}”,
“body”: {
“messageDid”: “did:drn:svrn7.net/didcomm/msg/28a14f12b1e341a29a98c8b0d4bee11f”
}
}
19:53:24.934 info: Svrn7.TDA.DIDCommMessageSwitchboard[0]
Switchboard: routing did:drn:/inbox/msg/6a8df2b4763cc90ad4799611 (type=did:drn:svrn7.net/protocols/PandoMail.0.8.0/Get-EmailBody) ␦ Invoke-Svrn7EmailGetEmailBody [Svrn7.Email]
19:53:25.034 info: Svrn7.TDA.LobeManager[0]
LobeManager: importing into isolated runspace (JIT) – C:\SVRN7\repos\SVRN7\src\Svrn7.TDA\bin\Debug\net8.0\lobes\PandoMail.0.8.0\PandoMail.0.8.0.psm1
Activity.TraceId: afbf9cb75c7f3d444d87dfb53168ff2e
Activity.SpanId: 05bc80c62369a86b
Activity.TraceFlags: Recorded
Activity.ParentSpanId: e1c42a48a26c41b8
Activity.DisplayName: lobe.import
Activity.Kind: Internal
19:53:25.046 info: Svrn7.TDA.LobeManager[0]
LobeManager: import complete – C:\SVRN7\repos\SVRN7\src\Svrn7.TDA\bin\Debug\net8.0\lobes\PandoMail.0.8.0\PandoMail.0.8.0.psm1
Activity.StartTime: 2026-08-25T19:53:25.0340685Z
Activity.Duration: 00:00:00.0125908
Activity.Tags:
svrn7.lobe_module_path: C:\SVRN7\repos\SVRN7\src\Svrn7.TDA\bin\Debug\net8.0\lobes\PandoMail.0.8.0\PandoMail.0.8.0.psm1
svrn7.lobe_kind: jit
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: afbf9cb75c7f3d444d87dfb53168ff2e
Activity.SpanId: 9573f4c25117e919
Activity.TraceFlags: Recorded
Activity.ParentSpanId: fb8edca4a05a779b
Activity.DisplayName: didcomm.storage
Activity.Kind: Client
Activity.StartTime: 2026-08-25T19:53:25.0498532Z
Activity.Duration: 00:00:00.0003162
Activity.Tags:
db.operation: get_by_id
messaging.message_id: did:drn:/inbox/msg/6a8df2b4763cc90ad4799611
svrn7.outcome: hit
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: afbf9cb75c7f3d444d87dfb53168ff2e
Activity.SpanId: 99b2a5a1d9b2673e
Activity.TraceFlags: Recorded
Activity.ParentSpanId: fb8edca4a05a779b
Activity.DisplayName: didcomm.storage
Activity.Kind: Client
Activity.StartTime: 2026-08-25T19:53:25.0528280Z
Activity.Duration: 00:00:00.0001086
Activity.Tags:
db.operation: get_by_id
messaging.message_id: did:drn:svrn7.net/didcomm/msg/28a14f12b1e341a29a98c8b0d4bee11f
svrn7.outcome: miss
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: afbf9cb75c7f3d444d87dfb53168ff2e
Activity.SpanId: fb8edca4a05a779b
Activity.TraceFlags: Recorded
Activity.ParentSpanId: e1c42a48a26c41b8
Activity.DisplayName: didcomm.invoke
Activity.Kind: Internal
Activity.StartTime: 2026-08-25T19:53:25.0476386Z
Activity.Duration: 00:00:00.0326659
Activity.Tags:
messaging.message_id: did:drn:/inbox/msg/6a8df2b4763cc90ad4799611
svrn7.lobe_entrypoint: Invoke-Svrn7EmailGetEmailBody
svrn7.result_count: 2
svrn7.warning_count: 0
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: afbf9cb75c7f3d444d87dfb53168ff2e
Activity.SpanId: 5db97d2f30dc87f0
Activity.TraceFlags: Recorded
Activity.ParentSpanId: e1c42a48a26c41b8
Activity.DisplayName: didcomm.storage
Activity.Kind: Client
Activity.StartTime: 2026-08-25T19:53:25.0817277Z
Activity.Duration: 00:00:00.0002988
Activity.Tags:
db.operation: mark_processed
messaging.message_id: did:drn:/inbox/msg/6a8df2b4763cc90ad4799611
svrn7.outcome: processed
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Activity.TraceId: afbf9cb75c7f3d444d87dfb53168ff2e
Activity.SpanId: e1c42a48a26c41b8
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.dispatch
Activity.Kind: Consumer
Activity.StartTime: 2026-08-25T19:53:24.9346332Z
Activity.Duration: 00:00:00.1480266
Activity.Tags:
messaging.message_id: did:drn:/inbox/msg/6a8df2b4763cc90ad4799611
messaging.message_type: did:drn:svrn7.net/protocols/PandoMail.0.8.0/Get-EmailBody
messaging.attempt_count: 0
svrn7.lobe_name: Svrn7.Email
svrn7.lobe_entrypoint: Invoke-Svrn7EmailGetEmailBody
svrn7.outcome: processed
StatusCode: Ok
Activity.Links:
e5590163e5ebc6968beaf17d2b8380d4 f43a70456ec5dc27
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:53:25.083 dbug: Svrn7.TDA.WebSocketNotifyHub[0]
WebSocketNotifyHub: ␦ connection dae753f6-b931-433e-9846-d14c85edfd73 (correlated reply) type=did:drn:svrn7.net/protocols/PandoMail.0.8.0/Reply-EmailBody
19:53:25.083 dbug: Svrn7.TDA.DIDCommMessageSwitchboard[0]
Switchboard: pushed to local WebSocket (connected).
Activity.TraceId: 6386a2baff64098d87361aa734999e2f
Activity.SpanId: 5762f70a9d2d2027
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.deliver
Activity.Kind: Producer
Activity.StartTime: 2026-08-25T19:53:25.0835285Z
Activity.Duration: 00:00:00.0002144
Activity.Tags:
svrn7.peer_endpoint: ws://local/localcomm-ws
svrn7.outcome: ws_pushed
StatusCode: Ok
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:53:40.888 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket frame received – 238 bytes, endOfMessage=True.
19:53:40.888 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket complete message assembled – 238 bytes.
19:53:40.888 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket processing message – length=238, preview='{“typ”:”application/didcomm-plain\u002Bjson”,”id”:”did:drn:svrn7.net/didcomm/msg/ff888a18742b4b82941c38431c60f726″,”type’.
Activity.TraceId: c05e992b8596e03d97ac3b116d97241b
Activity.SpanId: eb8aa6fd9609abfc
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.receive
Activity.Kind: Server
Activity.StartTime: 2026-08-25T19:53:40.8886129Z
Activity.Duration: 00:00:00.0009434
Activity.Tags:
svrn7.transport: ws
svrn7.outcome: control_frame
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:54:00.881 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket frame received – 238 bytes, endOfMessage=True.
19:54:00.881 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket complete message assembled – 238 bytes.
19:54:00.881 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket processing message – length=238, preview='{“typ”:”application/didcomm-plain\u002Bjson”,”id”:”did:drn:svrn7.net/didcomm/msg/3accceba70de4065b329cac3cfac2762″,”type’.
Activity.TraceId: f4a466ac98fc9af573c50610cf86730e
Activity.SpanId: a2678e658c26cfae
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.receive
Activity.Kind: Server
Activity.StartTime: 2026-08-25T19:54:00.8815022Z
Activity.Duration: 00:00:00.0003094
Activity.Tags:
svrn7.transport: ws
svrn7.outcome: control_frame
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:54:20.883 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket frame received – 238 bytes, endOfMessage=True.
19:54:20.884 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket complete message assembled – 238 bytes.
19:54:20.884 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket processing message – length=238, preview='{“typ”:”application/didcomm-plain\u002Bjson”,”id”:”did:drn:svrn7.net/didcomm/msg/7eb568631c5a4369a369d355b9631dd4″,”type’.
Activity.TraceId: 59344b4fc754132f2ae091ee6b3f963b
Activity.SpanId: fb79e237bd7c864a
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.receive
Activity.Kind: Server
Activity.StartTime: 2026-08-25T19:54:20.8841333Z
Activity.Duration: 00:00:00.0003635
Activity.Tags:
svrn7.transport: ws
svrn7.outcome: control_frame
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:54:40.885 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket frame received – 238 bytes, endOfMessage=True.
19:54:40.885 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket complete message assembled – 238 bytes.
19:54:40.885 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket processing message – length=238, preview='{“typ”:”application/didcomm-plain\u002Bjson”,”id”:”did:drn:svrn7.net/didcomm/msg/3183d779e1be4c22b45f05a51a170fdb”,”type’.
Activity.TraceId: 99d8875e89d0af1cb18c2dbe428f1b63
Activity.SpanId: 1832663558184071
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.receive
Activity.Kind: Server
Activity.StartTime: 2026-08-25T19:54:40.8858848Z
Activity.Duration: 00:00:00.0002647
Activity.Tags:
svrn7.transport: ws
svrn7.outcome: control_frame
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:55:00.881 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket frame received – 238 bytes, endOfMessage=True.
19:55:00.881 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket complete message assembled – 238 bytes.
19:55:00.882 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket processing message – length=238, preview='{“typ”:”application/didcomm-plain\u002Bjson”,”id”:”did:drn:svrn7.net/didcomm/msg/413bcc23724640f9ad7faed54cbefaee”,”type’.
Activity.TraceId: 30bb848bdb05caa372df3624ef3e85af
Activity.SpanId: 508686f7dad200fa
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.receive
Activity.Kind: Server
Activity.StartTime: 2026-08-25T19:55:00.8820389Z
Activity.Duration: 00:00:00.0004962
Activity.Tags:
svrn7.transport: ws
svrn7.outcome: control_frame
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:55:20.889 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket frame received – 238 bytes, endOfMessage=True.
19:55:20.889 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket complete message assembled – 238 bytes.
19:55:20.889 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket processing message – length=238, preview='{“typ”:”application/didcomm-plain\u002Bjson”,”id”:”did:drn:svrn7.net/didcomm/msg/c9ec07c4148c44edba829b2eaea894cf”,”type’.
Activity.TraceId: 78490ee9a10dc823c1ceb3d4b66052b8
Activity.SpanId: f18374b29eb7cda7
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.receive
Activity.Kind: Server
Activity.StartTime: 2026-08-25T19:55:20.8891617Z
Activity.Duration: 00:00:00.0003392
Activity.Tags:
svrn7.transport: ws
svrn7.outcome: control_frame
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:55:40.885 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket frame received – 238 bytes, endOfMessage=True.
19:55:40.885 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket complete message assembled – 238 bytes.
19:55:40.885 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket processing message – length=238, preview='{“typ”:”application/didcomm-plain\u002Bjson”,”id”:”did:drn:svrn7.net/didcomm/msg/d962c793c6484e0c89311044c16aa6ee”,”type’.
Activity.TraceId: c567dcb7cf55a91c948fd0f4e54cd213
Activity.SpanId: d1ee3d36db2359bb
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.receive
Activity.Kind: Server
Activity.StartTime: 2026-08-25T19:55:40.8853874Z
Activity.Duration: 00:00:00.0003337
Activity.Tags:
svrn7.transport: ws
svrn7.outcome: control_frame
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:56:00.888 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket frame received – 238 bytes, endOfMessage=True.
19:56:00.888 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket complete message assembled – 238 bytes.
19:56:00.888 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket processing message – length=238, preview='{“typ”:”application/didcomm-plain\u002Bjson”,”id”:”did:drn:svrn7.net/didcomm/msg/eb5a8e7f6fe44d82abeab80e210e1ddc”,”type’.
Activity.TraceId: 9efd405b80568b50283904eb2da9dcae
Activity.SpanId: bc91395a3a42b0c0
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.receive
Activity.Kind: Server
Activity.StartTime: 2026-08-25T19:56:00.8887360Z
Activity.Duration: 00:00:00.0006345
Activity.Tags:
svrn7.transport: ws
svrn7.outcome: control_frame
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:56:20.876 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket frame received – 238 bytes, endOfMessage=True.
19:56:20.876 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket complete message assembled – 238 bytes.
19:56:20.876 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket processing message – length=238, preview='{“typ”:”application/didcomm-plain\u002Bjson”,”id”:”did:drn:svrn7.net/didcomm/msg/9183ee5a9dab4c1fa01021414a829ba7″,”type’.
Activity.TraceId: 4f1c3ced8bc8d1bd57eda8b084097c1a
Activity.SpanId: de48ed7c7a355307
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.receive
Activity.Kind: Server
Activity.StartTime: 2026-08-25T19:56:20.8761989Z
Activity.Duration: 00:00:00.0002608
Activity.Tags:
svrn7.transport: ws
svrn7.outcome: control_frame
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:56:40.877 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket frame received – 238 bytes, endOfMessage=True.
19:56:40.877 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket complete message assembled – 238 bytes.
19:56:40.877 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket processing message – length=238, preview='{“typ”:”application/didcomm-plain\u002Bjson”,”id”:”did:drn:svrn7.net/didcomm/msg/3dbe747c8f6c4ab4aa7893240b9d5458″,”type’.
Activity.TraceId: 8539b1eceb5ba2e2a4bd5b12af9d5284
Activity.SpanId: d9adf4ed5d0c037e
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.receive
Activity.Kind: Server
Activity.StartTime: 2026-08-25T19:56:40.8777689Z
Activity.Duration: 00:00:00.0003933
Activity.Tags:
svrn7.transport: ws
svrn7.outcome: control_frame
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:57:00.881 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket frame received – 238 bytes, endOfMessage=True.
19:57:00.882 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket complete message assembled – 238 bytes.
19:57:00.882 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket processing message – length=238, preview='{“typ”:”application/didcomm-plain\u002Bjson”,”id”:”did:drn:svrn7.net/didcomm/msg/e40c19d4c52847c897c2a398171fa303″,”type’.
Activity.TraceId: 58e1bb06796b686cb91ac1f680c892df
Activity.SpanId: eee47b627ca336bf
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.receive
Activity.Kind: Server
Activity.StartTime: 2026-08-25T19:57:00.8822030Z
Activity.Duration: 00:00:00.0002231
Activity.Tags:
svrn7.transport: ws
svrn7.outcome: control_frame
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:57:20.888 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket frame received – 238 bytes, endOfMessage=True.
19:57:20.888 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket complete message assembled – 238 bytes.
19:57:20.888 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket processing message – length=238, preview='{“typ”:”application/didcomm-plain\u002Bjson”,”id”:”did:drn:svrn7.net/didcomm/msg/7a21f2d8ba794c40b6d2b9476c4223a7″,”type’.
Activity.TraceId: cc2c7347537d1ff0dd2e9b7f18c189c2
Activity.SpanId: 5615363036d909cf
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.receive
Activity.Kind: Server
Activity.StartTime: 2026-08-25T19:57:20.8884502Z
Activity.Duration: 00:00:00.0001759
Activity.Tags:
svrn7.transport: ws
svrn7.outcome: control_frame
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

19:57:40.884 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket frame received – 238 bytes, endOfMessage=True.
19:57:40.884 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket complete message assembled – 238 bytes.
19:57:40.885 dbug: Svrn7.TDA.KestrelListenerService[0]
KestrelListenerService: WebSocket processing message – length=238, preview='{“typ”:”application/didcomm-plain\u002Bjson”,”id”:”did:drn:svrn7.net/didcomm/msg/e3aca2cc958a4958b9be857a9c0abcf7″,”type’.
Activity.TraceId: d52e4d10816a2c73d818b37e2e554e8d
Activity.SpanId: 85fa063e37a451ec
Activity.TraceFlags: Recorded
Activity.DisplayName: didcomm.receive
Activity.Kind: Server
Activity.StartTime: 2026-08-25T19:57:40.8850464Z
Activity.Duration: 00:00:00.0005227
Activity.Tags:
svrn7.transport: ws
svrn7.outcome: control_frame
Instrumentation scope (ActivitySource):
Name: Svrn7.TDA
Version: 1.0.0
Resource associated with Activity:
service.name: Svrn7.TDA
service.version: 1.0.0
service.instance.id: W5:8445
telemetry.sdk.name: opentelemetry
telemetry.sdk.language: dotnet
telemetry.sdk.version: 1.18.0

Leave a comment

Filed under Uncategorized

Leave a comment