Skip to content

Commit

Permalink
More sensible default level, we actually now see there are possible p…
Browse files Browse the repository at this point in the history
…roblems in the PDB tests!
  • Loading branch information
johnmay committed Mar 18, 2018
1 parent 6872dc2 commit 6101a52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
public class SystemOutLoggingTool implements ILoggingTool {

/** The logging level, default anything above warnings. */
private int level = ILoggingTool.FATAL;
private int level = ILoggingTool.WARN;

/** Name of the class for which this {@link ILoggingTool} is reporting. */
private String classname;
Expand Down

0 comments on commit 6101a52

Please sign in to comment.