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