feat: add KOMGA_DEBUG environment variable for enhanced logging of Komga requests and responses

This commit is contained in:
Julien Froidefond
2025-10-29 13:15:17 +01:00
parent 0a1ae8c9ea
commit 24431c6718
2 changed files with 41 additions and 0 deletions

3
ENV.md
View File

@@ -18,6 +18,9 @@ ADMIN_DEFAULT_PASSWORD=Admin@2025
# Cache Debug (optional - logs cache operations)
# CACHE_DEBUG=true
# Komga Debug (optional - logs all requests to Komga)
# KOMGA_DEBUG=true
# Komga Request Queue (optional - max concurrent requests to Komga, default: 2)
# KOMGA_MAX_CONCURRENT_REQUESTS=5