Skip to content

Commit 9d559d4

Browse files
committed
log
1 parent 15e3cde commit 9d559d4

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

bin/default/META-INF/extensions.idx

Lines changed: 0 additions & 1 deletion
This file was deleted.

bin/test/META-INF/extensions.idx

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/main/java/mindustrytool/handler/HttpServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public HttpServer(WeakReference<ServerController> context) {
104104

105105
config.requestLogger.http((ctx, ms) -> {
106106
if (!ctx.fullUrl().contains("stats")) {
107-
Log.debug("[" + ctx.method().name() + "] " + Math.round(ms) + "ms " + ctx.fullUrl());
107+
Log.info("[" + ctx.method().name() + "] " + Math.round(ms) + "ms " + ctx.fullUrl());
108108
}
109109
});
110110
});

0 commit comments

Comments
 (0)