Skip to content

Commit 0d5b897

Browse files
author
Bart Koelman
committed
Lowered log level in example
1 parent d7a81d0 commit 0d5b897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Examples/ReportsExample/Services/ReportService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public ReportService(ILoggerFactory loggerFactory)
1717

1818
public Task<IEnumerable<Report>> GetAsync()
1919
{
20-
_logger.LogError("GetAsync");
20+
_logger.LogWarning("GetAsync");
2121

2222
var task = new Task<IEnumerable<Report>>(Get);
2323

0 commit comments

Comments
 (0)