Seamless edge computing components logging is a challenge due to the need for a lightweight client, an authentication system that can verify the collector, data enrichment by transferring relevant parameters, and displaying all information in a centralized place. To address these challenges, Grafana Loki, an open source log aggregation system, can be utilized to provide easy access to log data across multiple sources and a unified view of the data. Fluent Bit can be used for collecting and forwarding data from various sources, reducing latency and improving security. Grafana provides a popular open source dashboard and visualization tool that allows users to easily monitor their data and visualize it in a meaningful way. The Loki-proxy is a simple HTTP proxy server writing in Go that aggregates push requests to a single tenant, appending the original tenant ID value as a label, circumventing the static multi-tenant mechanism offered by Loki, allowing for seamless edge computing components logging without requiring code changes on the client side.