Skip to content

Commit

Permalink
🐛 runtime starts should be debug messages (#2022)
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Richter <[email protected]>
  • Loading branch information
arlimus authored Oct 2, 2023
1 parent cbf2ec2 commit 49a3fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/coordinator.go
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ func (c *coordinator) NewRuntime() *Runtime {
cnt := c.runtimeCnt
c.mutex.Unlock()

log.Warn().Msg("Started a new runtime (" + strconv.Itoa(cnt) + " total)")
log.Debug().Msg("Started a new runtime (" + strconv.Itoa(cnt) + " total)")

return res
}
Expand Down

0 comments on commit 49a3fc1

Please sign in to comment.