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:
parent
faea58b7c7
commit
6fdf3170b4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user