first commit

This commit is contained in:
2026-02-09 17:45:06 +08:00
commit a9c1b81aea
29 changed files with 985 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# SLF4J Simple Logger 配置
# 设置默认日志级别为 ERROR只显示错误信息
org.slf4j.simpleLogger.defaultLogLevel=error
# 对于 FISCO BCOS SDK设置为 INFO 级别
org.slf4j.simpleLogger.log.org.fisco.bcos=info
# 对于 Netty设置为 ERROR 级别,隐藏警告
org.slf4j.simpleLogger.log.io.netty=error
# 显示日志名称
org.slf4j.simpleLogger.showLogName=true
# 显示线程名称
org.slf4j.simpleLogger.showThreadName=false
# 显示时间戳
org.slf4j.simpleLogger.showDateTime=true
org.slf4j.simpleLogger.dateTimeFormat=yyyy-MM-dd HH:mm:ss