Area
None
Description
When we are using ballerinax/wso2.icp module, a runtime Id is assigned to the application runtime and it should be printed in every application log. But the application log does not include icp.runtimeId tag when no observability provider is set in the Config.toml.
Steps to Reproduce
Add the following import to your ballerina application file.
import anuruddha/wso2.icp as _;
Do not configure any observability providers in the Config.toml
Version
Ballerina 2201.13.0
Environment Details (with versions)
No response