first commit

This commit is contained in:
2024-11-09 08:55:17 +07:00
commit f6ee4817e6
98 changed files with 85493 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
writer = rolling file
writer.file = logs/{date:yyyy-MM-dd}.log
//writer.format = {date:yyyy-MM-dd HH:mm:ss} [{thread}] {class}.{method}() {level}: {message}
writer.format = {date:yyyy-MM-dd HH:mm:ss} {level}: {message}
writer.policies = daily
writer.buffered = true
writer.charset = UTF-8
writer.level = info
writer.append = true
writingthread = true