Security: Refactor log levels and events #98

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2022-10-10 16:34:07 +02:00
parent 0e518b27fd
commit 3c4cc40882
23 changed files with 384 additions and 37 deletions

View File

@@ -117,7 +117,7 @@ func migrationsStatusAction(ctx *cli.Context) error {
}
// Display report.
info, err := report.Render(rows, cols, report.CliFormat(ctx))
info, err := report.RenderFormat(rows, cols, report.CliFormat(ctx))
if err != nil {
return err