mirror of
https://github.com/MikuLeaks/MikuSB.git
synced 2026-06-04 08:04:01 +00:00
Add character & inventory manager
This commit is contained in:
@@ -17,7 +17,7 @@ public class RequestLoggingMiddleware(RequestDelegate next)
|
||||
|
||||
if (path.StartsWith("/report") || path.Contains("/log/") || path == "/alive")
|
||||
return;
|
||||
|
||||
if (!ConfigManager.Config.HttpServer.EnableLog) return;
|
||||
if (statusCode == 200)
|
||||
{
|
||||
logger.Info($"{method} {path} => {statusCode}");
|
||||
|
||||
Reference in New Issue
Block a user