We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b55ec27 commit 213ba06Copy full SHA for 213ba06
app/app.go
@@ -78,7 +78,7 @@ func New(ctx context.Context, opts ...ConfigOption) (*App, error) {
78
app.extensionClient = extension.NewClient(c.awsLambdaRuntimeAPI, app.logger)
79
80
if !c.disableLogsAPI {
81
- addr := "sandbox:0"
+ addr := "sandbox.localdomain:0"
82
if c.logsapiAddr != "" {
83
addr = c.logsapiAddr
84
}
0 commit comments