Skip to content

Commit

Permalink
chore(BUX-200): change log type
Browse files Browse the repository at this point in the history
  • Loading branch information
pawellewandowski98 committed Dec 11, 2023
1 parent dd2a3df commit 4af2a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func main() {
// Load the Application Services
var services *config.AppServices
if services, err = appConfig.LoadServices(context.Background()); err != nil {
defaultLogger.Error().Msgf(dictionary.GetInternalMessage(dictionary.ErrorLoadingService), config.ApplicationName, err.Error())
defaultLogger.Fatal().Msgf(dictionary.GetInternalMessage(dictionary.ErrorLoadingService), config.ApplicationName, err.Error())
return
}

Expand Down

0 comments on commit 4af2a77

Please sign in to comment.