Changed trace levels
Former-commit-id: d8128f8adf18824144268c5380019938388ac485
This commit is contained in:
parent
6b272cd5a9
commit
a0f2dd736a
1 changed files with 6 additions and 2 deletions
|
|
@ -27,8 +27,12 @@ public class PowerChallenge {
|
||||||
|
|
||||||
public static void main(String[] args) throws Exception {
|
public static void main(String[] args) throws Exception {
|
||||||
// init logging
|
// init logging
|
||||||
LogUtil.setGlobalLevel(Level.ALL);
|
CompactLogFormatter formatter = new CompactLogFormatter();
|
||||||
LogUtil.setGlobalFormatter(new CompactLogFormatter());
|
LogUtil.setLevel("se.koc.hal", Level.FINEST);
|
||||||
|
LogUtil.setFormatter("se.koc.hal", formatter);
|
||||||
|
LogUtil.setLevel("zutil", Level.FINEST);
|
||||||
|
LogUtil.setFormatter("zutil", formatter);
|
||||||
|
LogUtil.setGlobalFormatter(formatter);
|
||||||
|
|
||||||
// init DB and other configurations
|
// init DB and other configurations
|
||||||
HalContext.initialize();
|
HalContext.initialize();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue