From 4999916d7c986d3768914a13874d45b3401507b8 Mon Sep 17 00:00:00 2001 From: Mateusz Sobolak Date: Wed, 1 Mar 2023 11:17:01 +0100 Subject: [PATCH 1/3] Update rsyslog to the latest version --- docker-compose.erd-generation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.erd-generation.yml b/docker-compose.erd-generation.yml index d80ec61..9fe0816 100644 --- a/docker-compose.erd-generation.yml +++ b/docker-compose.erd-generation.yml @@ -15,6 +15,6 @@ services: env_file: .env log: - image: openlmis/rsyslog:1 + image: openlmis/rsyslog:2 volumes: - '../logs/${OL_SERVICE_NAME}:/var/log' From 5343f9e2ea2b367c6c7d2c8290c7520c495369fb Mon Sep 17 00:00:00 2001 From: Mateusz Sobolak Date: Wed, 1 Mar 2023 11:17:49 +0100 Subject: [PATCH 2/3] Update rsyslog to the latest version --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index ec15e74..8866b42 100644 --- a/.env +++ b/.env @@ -16,6 +16,6 @@ OL_ONE_NETWORK_INTEGRATION_STOCKMANAGEMENT_EXTENSION_VERSION=0.0.1 OL_DIAGNOSTICS_VERSION=1.1.3-SNAPSHOT OL_NGINX_VERSION=5 -OL_RSYSLOG_VERSION=1 +OL_RSYSLOG_VERSION=2 OL_POSTGRES_VERSION=12-debezium From 6e1ee80316499f5f6024eff03c6bfe163d130c5e Mon Sep 17 00:00:00 2001 From: Mateusz Sobolak Date: Wed, 1 Mar 2023 11:19:42 +0100 Subject: [PATCH 3/3] Update rsyslog to the latest version --- reporting/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reporting/.env b/reporting/.env index 2657cf4..fc2d17d 100644 --- a/reporting/.env +++ b/reporting/.env @@ -3,7 +3,7 @@ OL_NIFI_VERSION=1.9.2 OL_POSTGRES_VERSION=12-debezium OL_SUPERSET_VERSION=1.5.2 OL_SUPERSET_PATCHUP_VERSION=v0.5.1 -OL_RSYSLOG_VERSION=1 +OL_RSYSLOG_VERSION=2 OL_NGINX_VERSION=4 REPORTING_POSTGRES_PORT=5432