-
Notifications
You must be signed in to change notification settings - Fork 212
Logging
Within a vat, calls to console
go to the console device and thus appear in the slog. They also go to STDOUT and STDERR. We anticipate a more comprehensive logging solution (see https://github.com/Agoric/agoric-sdk/issues/1318 ) eventually.
Meanwhile, we have some conventions for log messages that aid debugging and operations.
'
🚨 indicates something that should never happen. A log line with 🚨 is a critical error and alerts OpCo accordingly.
This wiki is for developing agoric-sdk. For help using Agoric SDK, see https://docs.agoric.com/ and https://agoric-sdk.pages.dev/