Skip to content

Commit

Permalink
Enhance logger
Browse files Browse the repository at this point in the history
  • Loading branch information
RetGal committed Jun 25, 2024
1 parent 7bac6cf commit 9d32ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/mpo/dayon/common/log/Log.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
public final class Log {
private static final boolean DEBUG = System.getProperty("dayon.debug") != null;

private static final LogAppender out;
private static LogAppender out;

private Log() {
}
Expand Down

0 comments on commit 9d32ebf

Please sign in to comment.