Skip to content

nooschain v0.1.0


nooschain / logging/logging-types / NodeLogContext

Interface: NodeLogContext

Defined in: logging/logging-types.ts:58

Context fields attached to node-scoped loggers.

Properties

chainId?

optional chainId?: string

Defined in: logging/logging-types.ts:64

Chain id when known.


consensusMode?

optional consensusMode?: string

Defined in: logging/logging-types.ts:66

Consensus mode when known.


nodeId?

optional nodeId?: string

Defined in: logging/logging-types.ts:60

Local node id.


nodeRole?

optional nodeRole?: string

Defined in: logging/logging-types.ts:62

Local node role, such as producer, observer, or validator.

Audience-first NOOSChain documentation.