Upload: Reject files that exceed the originals limit #4929 #4895 #2049

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2025-04-05 12:43:51 +02:00
parent b0e42bebf1
commit fe424d8966
5 changed files with 13 additions and 5 deletions

View File

@@ -15,6 +15,8 @@ import (
)
func TestMain(m *testing.M) {
_ = os.Setenv("TF_CPP_MIN_LOG_LEVEL", "2")
log = logrus.StandardLogger()
log.SetLevel(logrus.TraceLevel)
event.AuditLog = log