Interface ContainerLog

Logs from a container

Hierarchy

  • ContainerLog

Properties

level: "info" | "error"

The level of the log. stdout becomes info

message: string

The log message

nonce: string

The ID of the document in elasticsearch. You probably won't have to use this, but it might be useful for React keys, for example, as they are unique.

timestamp: Timestamp

The timestamp of the log

Generated using TypeDoc