注释优化

This commit is contained in:
redkale
2023-11-12 19:59:01 +08:00
parent cb2abab70c
commit 5e25bc623c
52 changed files with 297 additions and 103 deletions

View File

@@ -131,6 +131,7 @@ public abstract class LoggingBaseHandler extends Handler {
ps.println(handlerName + ".formatter = " + LoggingFormater.class.getName());
LogManager.getLogManager().readConfiguration(new ByteArrayInputStream(out.toByteArray()));
} catch (Exception e) {
//do nothing
}
}