Skip to content

Commit

Permalink
Update default log backend
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihbaltaci committed Apr 30, 2024
1 parent ddeaa54 commit db3efbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logstreamer/stream.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func createTLSConfig() (*tls.Config, error) {

serverName := os.Getenv("LOG_BACKEND_SERVER_NAME")
if serverName == "" {
serverName = "log-alaz-staging.getanteon.com"
serverName = "log-alaz.getanteon.com"
}

return &tls.Config{
Expand Down

0 comments on commit db3efbb

Please sign in to comment.