Logs

BaaS services generate and store log events based on the current log level setting.

Each Backend as a Service (BaaS) service generates and stores log events for each handler according to the configured log level. The log level determines which categories of events are included.

These are the available log levels:

  • ERROR: Logs error events.
  • WARN: Logs warning and error events.
  • INFO: Logs informational, warning, and error events. This is the default level.
  • DEBUG: Logs debug, informational, warning, and error events.
  • TRACE: Logs all events, including trace, debug, informational, warning, and error events.

Each level includes events from the more severe categories. For example, the WARN level includes both warning and error events, and the TRACE level includes events for all categories.