Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AGMETEOR committed Jan 17, 2025
1 parent c3a3a68 commit 2e8949a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otel/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var done bool
func InitLogger() error {
service := "http-proxy-lantern"
expLog, err := otlpLog.New(context.Background(),
otlpLog.WithEndpoint("172.16.0.88:4317"),
otlpLog.WithEndpoint("172.16.0.88:4318"),
otlpLog.WithTLSClientConfig(&tls.Config{InsecureSkipVerify: true}),
)
if err != nil {
Expand Down

0 comments on commit 2e8949a

Please sign in to comment.