mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Backend: Move dummy package to /pkg/log/dummy
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user