Config: Refactor command flags, reports, and client options

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2025-04-15 15:42:03 +02:00
parent 2c47644ea8
commit 96dbb5ccbc
51 changed files with 427 additions and 104 deletions

View File

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