feat(canvas): moved logs to debug
This commit is contained in:
parent
c0a5415eb9
commit
0d12fdddc9
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ func (v *ImageStorage) writeToDisk(payload interface{}) {
|
|||
}
|
||||
outFile.Close()
|
||||
|
||||
v.log.Info(task.ctx, "canvas image saved, name: %s, size: %3.3f mb", task.name, float64(task.image.Len())/1024.0/1024.0)
|
||||
v.log.Debug(task.ctx, "canvas image saved, name: %s, size: %3.3f mb", task.name, float64(task.image.Len())/1024.0/1024.0)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue