added log output

This commit is contained in:
Stephan Richter
2021-01-18 13:11:24 +01:00
parent d3be99fb08
commit a80dcc728a

View File

@@ -83,6 +83,7 @@ public class Application extends BaseClass{
e.printStackTrace();
}
LOG.debug("Processing arguments:");
for (String arg : args) {
LOG.debug("processing {}",arg);
switch (arg) {