Documentation ¶
Overview ¶
RAPID emits or proxies the following sources of logging:
- Internal logs: RAPID's own application logs into stderr for operational use, visible only internally
- Function stream-based logs: Runtime's stdout and stderr, read as newline separated lines
- Function message-based logs: Stock runtimes communicate using a custom TLV protocol over a Unix pipe
- Extension stream-based logs: Extension's stdout and stderr, read as newline separated lines
- Platform logs: Logs that RAPID generates, but is visible either in customer's logs or via Logs API (e.g. EXTENSION, RUNTIME, RUNTIMEDONE, IMAGE)
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type InternalFormatter ¶
type InternalFormatter struct{}
Click to show internal directories.
Click to hide internal directories.