This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Compoment
/
BPA.CAP
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
modify log level
undefined
Savorboard
7 years ago
parent
11e7c48eb0
commit
ac21368ada
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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...");
Write
Preview
Loading…
Cancel
Save