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 {
|
||||
// init logging
|
||||
LogUtil.setGlobalLevel(Level.ALL);
|
||||
LogUtil.setGlobalFormatter(new CompactLogFormatter());
|
||||
CompactLogFormatter formatter = 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
|
||||
HalContext.initialize();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue