1
0
mirror of https://github.com/minio/minio.git synced 2025-03-13 05:00:11 -04:00
minio/internal/logger
Krutika Dhananjay 267f0ecea2
Fix 0 httpTimeout for logger webhook ()
Previously, not setting http.Config.HTTPTimeout for logger webhook
was resulting in a timeout of 0, and causing "deadline exceeded"
errors in log webhook.

This change introduces a new env variable for configuring log webhook
timeout and more importantly sets it when the config is initialised.
2024-11-16 02:01:36 -08:00
..