Quiet down debug log of image payload (#7454)
Avoid excessive log spew and make consistent with chat logging
This commit is contained in:
parent
046054fa3b
commit
4ebfa2cb91
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ func (s *Server) GenerateHandler(c *gin.Context) {
|
|||
prompt = b.String()
|
||||
}
|
||||
|
||||
slog.Debug("generate request", "prompt", prompt, "images", images)
|
||||
slog.Debug("generate request", "images", len(images), "prompt", prompt)
|
||||
|
||||
ch := make(chan any)
|
||||
go func() {
|
||||
|
|
Loading…
Reference in a new issue