Skip to content

Commit a38d37f

Browse files
committed
Modified log level to info
1 parent a740b69 commit a38d37f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/datasource/config/nginx_config_parser.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@ func (ncp *NginxConfigParser) sortPlusAPIs(ctx context.Context, apis []*model.AP
938938
}
939939

940940
if !foundWriteEnabled && len(apis) > 0 {
941-
slog.WarnContext(ctx, "No write-enabled NGINX Plus API found. Defaulting to read-only API")
941+
slog.InfoContext(ctx, "No write-enabled NGINX Plus API found. Defaulting to read-only API")
942942
return apis
943943
}
944944

0 commit comments

Comments
 (0)