From 1e093f2e95ca1858f5c4cd30514f60c467095b2a Mon Sep 17 00:00:00 2001
From: Vincent Simonin <vincent.simonin@ext.ec.europa.eu>
Date: Thu, 3 Aug 2023 17:26:57 +0200
Subject: [PATCH] Fix syslog tag

---
 docker-compose.test.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/docker-compose.test.yml b/docker-compose.test.yml
index 5dc6769..20d07c3 100644
--- a/docker-compose.test.yml
+++ b/docker-compose.test.yml
@@ -21,7 +21,7 @@ services:
       options:
         syslog-address: "tcp://gra1-63cfda8371ef06f3c6bf175c.gra1.logs.ovh.com:6514"
         syslog-format: "rfc5424"
-        tag: "netbox"
+        tag: "netbox-worker"
   netbox-housekeeping:
     env_file: env/netbox.env
     logging:
@@ -29,7 +29,7 @@ services:
       options:
         syslog-address: "tcp://gra1-63cfda8371ef06f3c6bf175c.gra1.logs.ovh.com:6514"
         syslog-format: "rfc5424"
-        tag: "netbox"
+        tag: "netbox-housekeeping"
   postgres:
     env_file: env/postgres.env
     logging:
@@ -37,7 +37,7 @@ services:
       options:
         syslog-address: "tcp://gra1-63cfda8371ef06f3c6bf175c.gra1.logs.ovh.com:6514"
         syslog-format: "rfc5424"
-        tag: "netbox"
+        tag: "netbox-postgres"
   redis:
     env_file: env/redis.env
     logging:
@@ -45,7 +45,7 @@ services:
       options:
         syslog-address: "tcp://gra1-63cfda8371ef06f3c6bf175c.gra1.logs.ovh.com:6514"
         syslog-format: "rfc5424"
-        tag: "netbox"
+        tag: "netbox-redis"
   redis-cache:
     env_file: env/redis-cache.env
     logging:
@@ -53,4 +53,4 @@ services:
       options:
         syslog-address: "tcp://gra1-63cfda8371ef06f3c6bf175c.gra1.logs.ovh.com:6514"
         syslog-format: "rfc5424"
-        tag: "netbox"
+        tag: "netbox-cache"
-- 
GitLab