mirror of
https://github.com/cloudflare/cloudflared.git
synced 2026-05-14 19:40:41 +00:00
TUN-3472: Set up rolling logger with zerolog and lumberjack
This commit is contained in:
committed by
Adam Chalmers
parent
870f5fa907
commit
9bc1c0c70b
+11
@@ -0,0 +1,11 @@
|
||||
// +build !linux
|
||||
|
||||
package lumberjack
|
||||
|
||||
import (
|
||||
"os"
|
||||
)
|
||||
|
||||
func chown(_ string, _ os.FileInfo) error {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user