Setting up logging inside containers can be annoying, but Grafana Alloy simplifies the process.A Flask server running inside a Docker container can send logs to Grafana Cloud using Grafana Alloy without host volumes.The process involves setting up Grafana Cloud, creating a Flask app with logging, and configuring Alloy and Loki.With this setup, logs from the Flask app are sent to Grafana Cloud, making it easier to manage and analyze the logs.