Files
fiscoBcosJDK/src/main/resources/simplelogger.properties
2026-02-09 17:45:06 +08:00

21 lines
575 B
Properties
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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