logLevel property

  1. @JsonKey.new(name: 'logLevel')
LogLevel? logLevel
getter/setter pair

The log level for error logs, indicating the information that needs to be recorded. The default value is "warning". Note that this setting applies to the error log only. It doesn't affect the access log (except for "none" value). The access log doesn't have log levels.

Implementation

@JsonKey(name: 'logLevel')
LogLevel? logLevel;