Skip to content

Commit 213ba06

Browse files
authored
feat: use sandbox.localdomain as logsapi address (#425)
1 parent b55ec27 commit 213ba06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/app.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ func New(ctx context.Context, opts ...ConfigOption) (*App, error) {
7878
app.extensionClient = extension.NewClient(c.awsLambdaRuntimeAPI, app.logger)
7979

8080
if !c.disableLogsAPI {
81-
addr := "sandbox:0"
81+
addr := "sandbox.localdomain:0"
8282
if c.logsapiAddr != "" {
8383
addr = c.logsapiAddr
8484
}

0 commit comments

Comments
 (0)