Skip to content

Commit ac21368

Browse files
committed
modify log level
1 parent 11e7c48 commit ac21368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DotNetCore.CAP/LoggerExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ static LoggerExtensions()
3737
"Starting the processors throw an exception.");
3838

3939
_serverShuttingDown = LoggerMessage.Define(
40-
LogLevel.Debug,
40+
LogLevel.Information,
4141
2,
4242
"Shutting down the processing server...");
4343

0 commit comments

Comments
 (0)