Skip to content

Commit

Permalink
Merge pull request #2305 from AntelopeIO/gelf_localhost
Browse files Browse the repository at this point in the history
[5.0 -> main] fix IPv4 vs IPv6 mismatch in `gelf_test`
  • Loading branch information
spoonincode authored Mar 15, 2024
2 parents 8f843ff + 5142691 commit a08ec3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/gelf_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a08ec3e

Please sign in to comment.