mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 08:44:04 +01:00
Logs: Tweak messages and log levels for improved readability
This commit is contained in:
@@ -126,7 +126,7 @@ func CreateZip(router *gin.RouterGroup) {
|
||||
|
||||
elapsed := int(time.Since(start).Seconds())
|
||||
|
||||
log.Infof("download: zip %s created in %s", txt.Quote(zipBaseName), time.Since(start))
|
||||
log.Infof("download: created %s in %s", txt.Quote(zipBaseName), time.Since(start))
|
||||
|
||||
c.JSON(http.StatusOK, gin.H{"code": http.StatusOK, "message": i18n.Msg(i18n.MsgZipCreatedIn, elapsed), "filename": zipBaseName})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user