Skip to content

Commit

Permalink
use 127.0.0.1 for gelf_test's logging.json endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
spoonincode committed Mar 6, 2024
1 parent 7cd03d6 commit aef4329
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 aef4329

Please sign in to comment.