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 d7a81d0 commit 0d5b897Copy full SHA for 0d5b897
src/Examples/ReportsExample/Services/ReportService.cs
@@ -17,7 +17,7 @@ public ReportService(ILoggerFactory loggerFactory)
17
18
public Task<IEnumerable<Report>> GetAsync()
19
{
20
- _logger.LogError("GetAsync");
+ _logger.LogWarning("GetAsync");
21
22
var task = new Task<IEnumerable<Report>>(Get);
23
0 commit comments