From c69ae400b78796729929f1aed009ab3911759a0b Mon Sep 17 00:00:00 2001 From: Maurizio Turatti Date: Mon, 5 Aug 2024 16:48:23 +0200 Subject: [PATCH] chore: Update build scripts to include logging level in echo statements --- core/build.xml | 14 +++++++------- core/copy-plugins.xml | 6 +++--- core/pom.xml | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/core/build.xml b/core/build.xml index 628b578af..fa9950900 100644 --- a/core/build.xml +++ b/core/build.xml @@ -1,6 +1,6 @@ - ***** Initializing MongoDB as Replica Set + ***** Initializing MongoDB as Replica Set @@ -16,7 +16,7 @@ - ***** Printing Replica Set status: + ***** Printing Replica Set status: @@ -28,18 +28,18 @@ - ***** Starting RESTHeart server - NOTE: in order to execute the integration test suite you need: - 1 - Linux, OSX or Solaris (server is started with --fork option via bash script) + ***** Starting RESTHeart server + NOTE: in order to execute the integration test suite you need: + 1 - Linux, OSX or Solaris (server is started with --fork option via bash script) - ***** Waiting RESTHeart process to start... + ***** Waiting RESTHeart process to start... - ***** RESTHeart process started + ***** RESTHeart process started \ No newline at end of file diff --git a/core/copy-plugins.xml b/core/copy-plugins.xml index ac8db89f8..18bc825d7 100644 --- a/core/copy-plugins.xml +++ b/core/copy-plugins.xml @@ -1,6 +1,6 @@ - + @@ -9,7 +9,7 @@ - + @@ -27,6 +27,6 @@ - + \ No newline at end of file diff --git a/core/pom.xml b/core/pom.xml index c82e52931..0c96d74e2 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -483,7 +483,7 @@ ${skipITs} - ***** Stopping RESTHeart process... + ***** Stopping RESTHeart process...