📄 logclient.properties
字号:
############################################################
# Compiere Client Logging Configuration File
# $Id: logClient.properties,v 1.4 2005/12/13 00:16:10 jjanke Exp $
############################################################
############################################################
# Global properties
############################################################
# "handlers" specifies a comma separated list of log Handler classes.
# handlers= org.compiere.util.CLogConsole, org.compiere.util.CLogErrorBuffer
handlers=
# Default global logging level.
.level= INFO
############################################################
# Handler specific properties.
# Describes specific configuration info for Handlers.
############################################################
# temporary directory.
java.util.logging.FileHandler.formatter = org.compiere.util.CLogFormatter
# Limit the message that are printed on the console to INFO and above.
java.util.logging.ConsoleHandler.level = INFO
java.util.logging.ConsoleHandler.formatter = org.compiere.util.CLogFormatter
############################################################
# Facility specific properties.
# Provides extra control for each logger.
############################################################
com.compiere.level = SEVERE
sun.rmi.level = WARNING
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -