From d3879214ae802bd603a67858fb3f91b8410aaf8c Mon Sep 17 00:00:00 2001
From: Erik Reid <erik.reid@geant.org>
Date: Fri, 8 Feb 2019 20:58:25 +0100
Subject: [PATCH] user linux syslog socket

---
 inventory_provider/logging_default_config.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inventory_provider/logging_default_config.json b/inventory_provider/logging_default_config.json
index 1644df61..20289689 100644
--- a/inventory_provider/logging_default_config.json
+++ b/inventory_provider/logging_default_config.json
@@ -18,7 +18,7 @@
         "syslog_handler": {
             "class": "logging.handlers.SysLogHandler",
             "level": "DEBUG",
-            "address": "/var/run/syslog",
+            "address": "/dev/log",
             "facility": "user",
             "formatter": "simple"
         },
-- 
GitLab