parent
fcc5d4e39b
commit
012a5c5a43
|
@ -68,5 +68,5 @@ func LogManagerRequestClient(requestMethod string, body interface{}) {
|
||||||
|
|
||||||
code, body, _ := a.Bytes()
|
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)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue