Enhancing logging capabilities to support multi-tenancy, allowing clearer segregation and organization of logs based on unique tenant identifiers within the application.
Summary of Changes
Multi-Tenancy Support: Enhanced the LokiEmitter and LokiHandler to include optional tenant_id for multi-tenancy support within log entries.
Enhanced Documentation: Added detailed comments and documentation within the code for better clarity and understanding.
Overview
Enhancing logging capabilities to support multi-tenancy, allowing clearer segregation and organization of logs based on unique tenant identifiers within the application.
Summary of Changes
LokiEmitter
andLokiHandler
to include optionaltenant_id
for multi-tenancy support within log entries.