changed log message type to debug

main v1.0.10
alex 2023-10-09 19:30:37 +02:00
parent fcc5d4e39b
commit 012a5c5a43
1 changed files with 1 additions and 1 deletions

View File

@ -68,5 +68,5 @@ func LogManagerRequestClient(requestMethod string, body interface{}) {
code, body, _ := a.Bytes()
log.Info().Msgf("Log manager request, code: %d, body: %s", code, body)
log.Debug().Msgf("Log manager request, code: %d, body: %s", code, body)
}