修改日志

This commit is contained in:
2024-05-04 18:21:46 +08:00
parent 5a7382d02c
commit c74033fed7
2 changed files with 6 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ public class Log {
}
public static void i(Object log) {
if (ConfigTools.load(ConfigTools.CONFIG, "logout", boolean.class, false)) {
if (ConfigTools.load(ConfigTools.CONFIG, "service.log", boolean.class, false)) {
System.out.printf("[%s]%s%n",
AppTools.getToDayNowTimeToString(),
log