mirror of
https://github.com/photoprism/photoprism.git
synced 2025-09-26 21:01:58 +08:00
7 lines
159 B
Go
7 lines
159 B
Go
package jwt
|
|
|
|
import "github.com/photoprism/photoprism/internal/event"
|
|
|
|
// log provides package-wide logging using the shared event logger.
|
|
var log = event.Log
|