File tree 2 files changed +4
-0
lines changed
citydb-cli/src/main/java/org/citydb/cli/index
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 21
21
22
22
package org .citydb .cli .index ;
23
23
24
+ import org .apache .logging .log4j .Level ;
24
25
import org .apache .logging .log4j .Logger ;
25
26
import org .citydb .cli .ExecutionException ;
26
27
import org .citydb .database .DatabaseManager ;
@@ -57,6 +58,7 @@ public Integer call() throws ExecutionException {
57
58
}
58
59
}
59
60
61
+ helper .logIndexStatus (Level .INFO , databaseManager .getAdapter ());
60
62
return CommandLine .ExitCode .OK ;
61
63
}
62
64
}
Original file line number Diff line number Diff line change 21
21
22
22
package org .citydb .cli .index ;
23
23
24
+ import org .apache .logging .log4j .Level ;
24
25
import org .apache .logging .log4j .Logger ;
25
26
import org .citydb .cli .ExecutionException ;
26
27
import org .citydb .database .DatabaseManager ;
@@ -56,6 +57,7 @@ public Integer call() throws ExecutionException {
56
57
}
57
58
}
58
59
60
+ helper .logIndexStatus (Level .INFO , databaseManager .getAdapter ());
59
61
return CommandLine .ExitCode .OK ;
60
62
}
61
63
}
You can’t perform that action at this time.
0 commit comments