Change log path to stdout
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Lennard Brinkhaus 2022-01-10 17:56:41 +01:00
parent 6e1b8368b7
commit b651c9b64c
No known key found for this signature in database
GPG Key ID: 015DB28D8EEE19EC

View File

@ -11,7 +11,7 @@ import (
const (
envPrefix = "WEBDAV_PREFIX"
pathRoot = "/webdav/root"
pathLog = "/webdav/log/webdav.log"
pathLog = "/dev/stdout"
)
func logger() func(*http.Request, error) {