0

Stop logging every file that is uploaded

This commit is contained in:
Gabe Kangas 2020-10-16 10:08:18 -07:00
parent b9a80709ab
commit 3ff993c2bc

View File

@ -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