Skip to content

Commit

Permalink
feat(BUX-000): logger fix for kibana (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba-4chain authored Feb 9, 2024
1 parent 4120671 commit cf84fde
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions logging/logging.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,11 @@ func CreateLogger(instanceName, format, level string, logOrigin bool) (*zerolog.
logger = ecszerolog.New(writer, logLevel, origin).
With().
Str("application", instanceName).
Str("service", "bux-server").
Logger()
} else {
logger = ecszerolog.New(writer, logLevel).
With().
Str("application", instanceName).
Str("service", "bux-server").
Logger()
}

Expand Down

0 comments on commit cf84fde

Please sign in to comment.