Initial startup
This commit is contained in:
parent
e414a501aa
commit
158bf98871
44 changed files with 5339 additions and 144 deletions
26
logging.properties
Normal file
26
logging.properties
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# logging.properties
|
||||
# LogUtil.readConfiguration("logging.properties");
|
||||
|
||||
# -------------------------------------
|
||||
# Trader
|
||||
# -------------------------------------
|
||||
|
||||
handlers = java.util.logging.ConsoleHandler, java.util.logging.FileHandler
|
||||
java.util.logging.ConsoleHandler.level = ALL
|
||||
java.util.logging.ConsoleHandler.formatter = zutil.log.CompactLogFormatter
|
||||
java.util.logging.FileHandler.level = ALL
|
||||
java.util.logging.FileHandler.formatter = zutil.log.CompactLogFormatter
|
||||
|
||||
# Libs
|
||||
|
||||
zutil.level = ALL
|
||||
zutil.db.bean.level = INFO
|
||||
zutil.net.http.page.HttpFilePage.level = INFO
|
||||
|
||||
# Hal Core
|
||||
|
||||
se.koc.trader.level = ALL
|
||||
|
||||
# -------------------------------------
|
||||
# Plugins
|
||||
# -------------------------------------
|
||||
Loading…
Add table
Add a link
Reference in a new issue