shaman-checkout-id-setter: reduce log levels
Reduce the log levels of normal operations so that warnings do not scroll off screen.
This commit is contained in:
parent
fe0899fd55
commit
5b9393e78c
@ -87,7 +87,7 @@ func main() {
|
||||
continue
|
||||
}
|
||||
|
||||
logger.Debug().Msg("processing job")
|
||||
logger.Trace().Msg("processing job")
|
||||
|
||||
// Find the 'blendfile' setting.
|
||||
blendfile, ok := job.Settings["blendfile"].(string)
|
||||
@ -120,7 +120,7 @@ func main() {
|
||||
logger = logger.With().Str("checkoutID", checkoutID).Logger()
|
||||
|
||||
// Store it on the job.
|
||||
logger.Info().Msg("updating job")
|
||||
logger.Debug().Msg("updating job")
|
||||
job.Storage.ShamanCheckoutID = checkoutID
|
||||
if err := persist.SaveJobStorageInfo(ctx, job); err != nil {
|
||||
logger.Error().Err(err).Msg("error saving job to the database")
|
||||
|
Loading…
x
Reference in New Issue
Block a user