From 3ff993c2bc345e93bec4a4c453858497487bbd38 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Fri, 16 Oct 2020 10:08:18 -0700 Subject: [PATCH] Stop logging every file that is uploaded --- core/storageproviders/s3Storage.go | 1 - 1 file changed, 1 deletion(-) diff --git a/core/storageproviders/s3Storage.go b/core/storageproviders/s3Storage.go index b5d0c87f4..9d2a35341 100644 --- a/core/storageproviders/s3Storage.go +++ b/core/storageproviders/s3Storage.go @@ -84,7 +84,6 @@ func (s *S3Storage) SegmentWritten(localFilePath string) { if averagePerformance > float64(config.Config.GetVideoSegmentSecondsLength())*0.9 { log.Warnln("Possible slow uploads: average upload S3 save duration", averagePerformance, "ms. troubleshoot this issue by visiting https://owncast.online/docs/troubleshooting/") } - log.Traceln(localFilePath, "uploaded to S3") } // Upload the variant playlist for this segment