Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
markdessain authored Mar 16, 2023
1 parent dc8e5db commit 892a3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log/load.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import(
func Load() {
zerolog.TimeFieldFormat = time.RFC3339Nano
if os.Getenv("ENVIRONMENT") == "development" {
Logger =Output(ConsoleWriter{Out: os.Stderr})
Logger = Output(zerolog.ConsoleWriter{Out: os.Stderr})
Debug().Msg("Development Mode")

for _, e := range os.Environ() {
Expand Down

0 comments on commit 892a3a9

Please sign in to comment.