Logs: Update log levels and messages

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2023-10-07 16:00:23 +02:00
parent ede4b3b897
commit 0f321b10bc
4 changed files with 3 additions and 4 deletions

View File

@@ -48,7 +48,7 @@ func TestIndexCommand(t *testing.T) {
if l != "" {
assert.NotContains(t, l, "error")
assert.NotContains(t, l, "warning")
assert.Contains(t, l, "migrate")
assert.Contains(t, l, "index")
} else {
t.Fatal("log output missing")
}