From a809760a6d32efbaf48cfb317062ffb110115bc9 Mon Sep 17 00:00:00 2001 From: Felipe Muniz Date: Sat, 30 Nov 2024 03:56:54 -0300 Subject: [PATCH] fix: adjustments on default values --- config.lua.dist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.lua.dist b/config.lua.dist index 27d33c82d3c..20b4806940e 100644 --- a/config.lua.dist +++ b/config.lua.dist @@ -592,7 +592,7 @@ metricsOstreamInterval = 1000 -- Graylog -- NOTE set graylogLevel: trace, debug, info, warning, error, critical, off (default: info). graylogEnabled = true -graylogHostNameOrAddress = "10.94.50.11" -graylogSource = "Canary Localhost" +graylogHostNameOrAddress = "127.0.0.1" +graylogSource = "Canary" graylogPort = 12201 graylogLevel = "trace" \ No newline at end of file