This commit is contained in:
2018-10-09 21:29:47 +00:00
parent f93cf3cc71
commit 68b4e5aa46
2 changed files with 1 additions and 8 deletions

View File

@@ -131,7 +131,7 @@ namespace AyaNova.Api.Controllers
string token = Jose.JWT.Encode(payload, secretKey, Jose.JwsAlgorithm.HS256);
log.LogInformation($"User number \"{u.Id}\" logged in from \"{Util.StringUtil.MaskIPAddress(HttpContext.Connection.RemoteIpAddress.ToString())}\" ok");
log.LogDebug($"User number \"{u.Id}\" logged in from \"{Util.StringUtil.MaskIPAddress(HttpContext.Connection.RemoteIpAddress.ToString())}\" ok");
metrics.Measure.Meter.Mark(MetricsRegistry.SuccessfulLoginMeter);
return Ok(new ApiOkResponse(new
{