Remove context
This commit is contained in:
parent
8020b9c18f
commit
165e6db949
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ var once sync.Once
|
||||||
|
|
||||||
var log zerolog.Logger
|
var log zerolog.Logger
|
||||||
|
|
||||||
func Get(c string, l string) zerolog.Logger {
|
func Get(l string) zerolog.Logger {
|
||||||
once.Do(func() {
|
once.Do(func() {
|
||||||
zerolog.TimeFieldFormat = time.RFC3339Nano
|
zerolog.TimeFieldFormat = time.RFC3339Nano
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue