photoprism/internal/util/util.go
Michael Mayer a2963e9fc6 Add event hook for sending logs to frontend
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
2019-12-02 00:30:58 +01:00

15 lines
273 B
Go

/*
Package config contains filesystem related utility functions.
Additional information can be found in our Developer Guide:
https://github.com/photoprism/photoprism/wiki
*/
package util
import (
"github.com/photoprism/photoprism/internal/event"
)
var log = event.Log