added log output
This commit is contained in:
@@ -83,6 +83,7 @@ public class Application extends BaseClass{
|
|||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
LOG.debug("Processing arguments:");
|
||||||
for (String arg : args) {
|
for (String arg : args) {
|
||||||
LOG.debug("processing {}",arg);
|
LOG.debug("processing {}",arg);
|
||||||
switch (arg) {
|
switch (arg) {
|
||||||
|
|||||||
Reference in New Issue
Block a user