Change log path to stdout
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
6e1b8368b7
commit
b651c9b64c
2
main.go
2
main.go
@ -11,7 +11,7 @@ import (
|
|||||||
const (
|
const (
|
||||||
envPrefix = "WEBDAV_PREFIX"
|
envPrefix = "WEBDAV_PREFIX"
|
||||||
pathRoot = "/webdav/root"
|
pathRoot = "/webdav/root"
|
||||||
pathLog = "/webdav/log/webdav.log"
|
pathLog = "/dev/stdout"
|
||||||
)
|
)
|
||||||
|
|
||||||
func logger() func(*http.Request, error) {
|
func logger() func(*http.Request, error) {
|
||||||
|
Loading…
Reference in New Issue
Block a user