Many companies will be deploying their application to the following major cloud infrastructure providers:
AWS - Amazon Web Services
Azure - Microsoft Cloud
GCP - Google Could Platform
OCI - Oracle Cloud Infrastructure
We need to provide a switch in the form of an environment variable to enable/disable logging to a specific cloud. The value in the environment variable should be suffice to determine with cloud provided to log the messages to.
The default to log to a local sub-directory.
Many companies will be deploying their application to the following major cloud infrastructure providers:
AWS- Amazon Web ServicesAzure- Microsoft CloudGCP- Google Could PlatformOCI- Oracle Cloud InfrastructureWe need to provide a switch in the form of an environment variable to enable/disable logging to a specific cloud. The value in the environment variable should be suffice to determine with cloud provided to log the messages to.
The default to log to a local sub-directory.