Skip to content

Commit

Permalink
Use proper naming for log
Browse files Browse the repository at this point in the history
Signed-off-by: Itxaka <itxaka@kairos.io>
  • Loading branch information
Itxaka committed Sep 18, 2024
1 parent 3fca1af commit a33df8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/bootstrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func Bootstrap(e *pluggable.Event) pluggable.EventResponse {
logLevel = prvConfig.P2P.LogLevel
}

logger := types.NewKairosLogger("agent", logLevel, false)
logger := types.NewKairosLogger("provider", logLevel, false)

// Do onetimebootstrap if K3s or K3s-agent are enabled.
// Those blocks are not required to be enabled in case of a kairos
Expand Down

0 comments on commit a33df8f

Please sign in to comment.