added log output

This commit is contained in:
Stephan Richter
2021-01-18 13:08:56 +01:00
parent 93066a74ad
commit d3be99fb08

View File

@@ -84,6 +84,7 @@ public class Application extends BaseClass{
}
for (String arg : args) {
LOG.debug("processing {}",arg);
switch (arg) {
case START_TRAINS:
Train.startAll();