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