Skip to content

Commit

Permalink
server: fix upstream server logger subsystem
Browse files Browse the repository at this point in the history
  • Loading branch information
andydunstall committed Jul 4, 2024
1 parent 8510633 commit 4411c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/upstream/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func NewServer(
tlsConfig *tls.Config,
logger log.Logger,
) *Server {
logger = logger.WithSubsystem("admin")
logger = logger.WithSubsystem("upstream")

router := gin.New()
ctx, cancel := context.WithCancel(context.Background())
Expand Down

0 comments on commit 4411c61

Please sign in to comment.