Skip to content

Commit

Permalink
fix: add missing variables on config.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
MUN1Z committed Nov 30, 2024
1 parent f5fdeee commit ef623ce
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config.lua.dist
Original file line number Diff line number Diff line change
Expand Up @@ -588,3 +588,11 @@ metricsPrometheusAddress = "0.0.0.0:9464"
--- OStream
metricsEnableOstream = false
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"
graylogPort = 12201
graylogLevel = "trace"

0 comments on commit ef623ce

Please sign in to comment.