improved launch argument flag log visibility
This commit is contained in:
parent
f85327d799
commit
20251f9543
1 changed files with 2 additions and 2 deletions
|
@ -28,13 +28,13 @@ public class Main {
|
|||
ONLY_RUN_WEB = Arrays.asList(args).contains("onlyRunWeb");
|
||||
|
||||
System.out.println("Starting Multimodal Parliament Explorer...");
|
||||
System.out.println("--------------------------");
|
||||
System.out.println("--------------------------------------------o");
|
||||
System.out.println("Arguments:");
|
||||
System.out.println(" - Upload the Member Photos to the DB: " + UPLOAD_MEMBER_PHOTOS);
|
||||
System.out.println(" - Force Upload Members: " + FORCE_UPLOAD_MEMBERS);
|
||||
System.out.println(" - Force Upload Speeches: " + FORCE_UPLOAD_SPEECHES);
|
||||
System.out.println(" - Only Run javalin Web Server: " + ONLY_RUN_WEB);
|
||||
System.out.println("--------------------------");
|
||||
System.out.println("--------------------------------------------o");
|
||||
|
||||
if (ONLY_RUN_WEB) {
|
||||
Logger.info("Starting Web Service...");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue