Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
chkr1011 committed Jun 27, 2021
2 parents 306bce5 + 6fe7ce7 commit cc9bc2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/MQTTnet.Server/Logging/MqttNetLoggerWrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ static LogLevel ConvertLogLevel(MqttNetLogLevel logLevel)
case MqttNetLogLevel.Error: return LogLevel.Error;
case MqttNetLogLevel.Warning: return LogLevel.Warning;
case MqttNetLogLevel.Info: return LogLevel.Information;
case MqttNetLogLevel.Verbose: return LogLevel.Debug;
case MqttNetLogLevel.Verbose: return LogLevel.Trace;
}

return LogLevel.Debug;
Expand Down

0 comments on commit cc9bc2d

Please sign in to comment.