mirror of
https://github.com/photoprism/photoprism.git
synced 2025-10-19 07:05:32 +08:00
Logs: Update log levels and messages
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
Reference in New Issue
Block a user