@omen.foundation/node-microservice-runtime 0.1.116 → 0.1.117
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1079,7 +1079,7 @@ async function updateManifest({
|
|
|
1079
1079
|
containerHealthCheckPort: reference.containerHealthCheckPort?.Value ?? reference.containerHealthCheckPort ?? 6565,
|
|
1080
1080
|
imageId: shortImageId,
|
|
1081
1081
|
imageCpuArch: reference.imageCpuArch?.Value ?? reference.imageCpuArch ?? 'linux/amd64',
|
|
1082
|
-
logProvider:
|
|
1082
|
+
logProvider: logProvider, // Always use beam.env for the service we're publishing
|
|
1083
1083
|
dependencies,
|
|
1084
1084
|
components,
|
|
1085
1085
|
};
|