Skip to content

Commit

Permalink
added status of service in output (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
yashjaind11 authored Jan 23, 2025
1 parent 5ed2c6d commit e662ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
func grpcClient(ctx *context.Context) (*grpc.ClientConn, *context.Context, error) {
appConfig := config.GetConfig()
traceID := util.GenerateTraceID()
log.Debugf("Generated trace ID: %s", traceID)
log.Infof("Generated trace ID: %s", traceID)

if appConfig.BackendAddress == "" {
log.Fatal("Cannot create grpc client: Backend address is empty in config! Run `odin configure` to set backend address")
Expand Down

0 comments on commit e662ae6

Please sign in to comment.