production constant

LoggerConfig const production

Default configuration for production

Implementation

static const production = LoggerConfig(
  enabled: false,
  minLevel: LogLevel.error,
  showTimestamp: false,
  showLevel: false,
  showLocation: false,
  showStackTrace: false,
  prettyJson: false,
);