Skip to main content
Control the verbosity of your logging output with Logixlysia’s log level system.

Available Levels

Log levels follow a hierarchy from most to least verbose:
When you set a log level, all higher levels will also be logged. For example, setting the level to WARNING will log both WARNING and ERROR messages.

Configuration

Single Level

Multiple Levels

Environment-based

Pino Log Levels

When using Pino integration, you can also configure Pino’s log levels:

Best Practices

  • Development: Use DEBUG for detailed debugging
  • Staging: Use INFO for normal operation
  • Production: Use WARNING or ERROR for normal operation
  • Monitoring: Set up alerts for ERROR level

Example Configurations

Development

Production

Monitoring