Browse Source

modify log level

undefined
Savorboard 6 years ago
parent
commit
ac21368ada
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/DotNetCore.CAP/LoggerExtensions.cs

+ 1
- 1
src/DotNetCore.CAP/LoggerExtensions.cs View File

@@ -37,7 +37,7 @@ namespace DotNetCore.CAP
"Starting the processors throw an exception.");

_serverShuttingDown = LoggerMessage.Define(
LogLevel.Debug,
LogLevel.Information,
2,
"Shutting down the processing server...");



Loading…
Cancel
Save