Skip to content

Commit

Permalink
Merge pull request #2304 from area363/update-acs-log-level
Browse files Browse the repository at this point in the history
update acs log level to verbose
  • Loading branch information
area363 authored Nov 15, 2023
2 parents 5b8a840 + d697323 commit b7f5531
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public RedisAccessControlService(string storageUri)
if (!result.IsNull)
{
Log.ForContext("Source", nameof(IAccessControlService))
.Debug("\"{Address}\" Tx Quota: {Quota}", address, result);
.Verbose("\"{Address}\" Tx Quota: {Quota}", address, result);
return Convert.ToInt32(result);
}

Expand Down

0 comments on commit b7f5531

Please sign in to comment.