From aef4329efa9a860b7b46b690876ded088189684e Mon Sep 17 00:00:00 2001 From: Matt Witherspoon <32485495+spoonincode@users.noreply.github.com> Date: Wed, 6 Mar 2024 15:53:29 -0500 Subject: [PATCH] use 127.0.0.1 for gelf_test's logging.json endpoint --- tests/gelf_test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/gelf_test.py b/tests/gelf_test.py index ebad30fd39..d0ed7f1888 100755 --- a/tests/gelf_test.py +++ b/tests/gelf_test.py @@ -40,8 +40,8 @@ "name": "net", "type": "gelf", "args": { - "endpoint": "localhost:GELF_PORT", - "host": "localhost", + "endpoint": "127.0.0.1:GELF_PORT", + "host": "127.0.0.1", "_network": "testnet" }, "enabled": true