Cloud Logs¶
The Cloud Logs block sends log messages to your configured cloud logging provider (like Loki or OpenObserve).
Inputs¶
- Connection: The specific cloud logging integration to use.
- Message: The text to log.
Logic¶
- The block connects to the logging service via the Connection.
- It sends your Message to that service.
- This helps in monitoring your application's health remotely.