Backend: Move dummy package to /pkg/log/dummy

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2024-07-03 09:24:55 +02:00
parent b4985f0055
commit 74989ac585
4 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ import (
"github.com/sirupsen/logrus"
"github.com/photoprism/photoprism/pkg/dummy"
"github.com/photoprism/photoprism/pkg/log/dummy"
)
// init initializes the event package.

View File

@@ -1,5 +1,5 @@
/*
Package dummy provides dummy implementations for common interfaces.
Package dummy provides dummy implementations for logger interfaces.
Copyright (c) 2018 - 2024 PhotoPrism UG. All rights reserved.