We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ec4e7d commit 9fb5469Copy full SHA for 9fb5469
src/LinkDotNet.Blog.Web/Features/Services/UserRecordService.cs
@@ -85,7 +85,7 @@ private async ValueTask<bool> HasKeyAsync()
85
}
86
catch (Exception e)
87
{
88
- Console.WriteLine($"Couldn't obtain key: \"user\": {e}");
+ logger.LogError("Couldn't obtain key for user: {Exception}", e);
89
return false;
90
91
0 commit comments