Restore logs to ERROR level

This commit is contained in:
Antonio Calanducci 2023-11-10 11:44:52 +01:00
parent 7297409e6f
commit 708ff33c83
2 changed files with 4 additions and 4 deletions

View File

@ -52,8 +52,8 @@ COPY src/common-authorization-2.0.2-4.3.0.jar /home/gcube/gCore/lib/common-autho
# Update loggin settings
# Log with debug
COPY src/container-log4j.properties.stdout.debug /home/gcube/gCore/container-log4j.properties
# COPY src/container-log4j.properties /home/gcube/gCore/
# COPY src/container-log4j.properties.stdout.debug /home/gcube/gCore/container-log4j.properties
COPY src/container-log4j.properties /home/gcube/gCore/
COPY src/logging.jul.properties /home/gcube/gCore/
RUN chown -R gcube:gcube /home/gcube/gCore

View File

@ -5,11 +5,11 @@ The included Docker file will build a default image for the gHN distribution
## Build the image
```shell
$ docker build -t ghn-distribution .
$ docker build -t gcore-distribution .
```
## Run the image
```shell
$ docker container run --name gcore-hosting-node -p 8080:8080 ghn-distribution
$ docker container run --name gcore-hosting-node -p 8080:8080 gcore-distribution
```