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