1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-12-24 08:48:51 -05:00

* 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

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;