TUN-3471: Add structured log context to logs

This commit is contained in:
Areg Harutyunyan
2021-01-05 20:21:16 +00:00
committed by Arég Harutyunyan
parent abab78730d
commit 55bf904689
40 changed files with 344 additions and 214 deletions
+2
View File
@@ -17,6 +17,8 @@ import (
"github.com/rs/zerolog"
)
const LogFieldOriginURL = "originURL"
type StartOptions struct {
OriginURL string
Headers http.Header