Local Logging Engine¶
Purpose¶
The Local Logging Engine provides capabilities for recording, monitoring, analyzing, and managing events and activities locally on the physical machine that the Anoma node is running. It supports diagnostic efforts, security monitoring, performance optimization, and historical analysis to ensure the stability, security, and efficiency.
State¶
Messages Received¶
LocalLoggingAppend¶
Append new values to the logbook.
Reception:
LocalLoggingAppendV1¶
Records with fields:
external identity
: ExternalIdentity
External identity of the engine that wants to append the values to the logbook
append value
: AppendValueV1
The value in a string format, which needs to be added to the logbook
Triggers:
Notifications Sent¶
Message Flow¶
sequenceDiagram
Any Local Engine ->>+ Local Logging Engine: LocalLoggingAppend