Test again
This commit is contained in:
parent
6bc98cea2b
commit
61ec2c44a6
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ import (
|
||||||
var once sync.Once
|
var once sync.Once
|
||||||
|
|
||||||
func Get(c string, l string) zerolog.Logger {
|
func Get(c string, l string) zerolog.Logger {
|
||||||
|
var log zerolog.Logger
|
||||||
once.Do(func() {
|
once.Do(func() {
|
||||||
zerolog.TimeFieldFormat = time.RFC3339Nano
|
zerolog.TimeFieldFormat = time.RFC3339Nano
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue