nooschain / logging/logging-types / NodeLogContext
Interface: NodeLogContext
Defined in: logging/logging-types.ts:58
Context fields attached to node-scoped loggers.
Properties
chainId?
optionalchainId?:string
Defined in: logging/logging-types.ts:64
Chain id when known.
consensusMode?
optionalconsensusMode?:string
Defined in: logging/logging-types.ts:66
Consensus mode when known.
nodeId?
optionalnodeId?:string
Defined in: logging/logging-types.ts:60
Local node id.
nodeRole?
optionalnodeRole?:string
Defined in: logging/logging-types.ts:62
Local node role, such as producer, observer, or validator.