* log all by default is still better i think

This commit is contained in:
Reinhard Pointner 2012-07-25 20:52:26 +00:00
parent faea58b7c7
commit 6fdf3170b4
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ public class ArgumentBean {
public boolean trustScript = false;
@Option(name = "--log", usage = "Log level", metaVar = "[all, config, info, warning]")
public String log = "CONFIG";
public String log = "all";
@Option(name = "-r", usage = "Resolve folders recursively")
public boolean recursive = false;