로그 추가
This commit is contained in:
@ -184,6 +184,8 @@ func (c *Client) sendLoop(ctx context.Context) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
logger.Println("log send bulk failed. retry :", respbody.Items)
|
||||||
|
|
||||||
var retry [][]byte
|
var retry [][]byte
|
||||||
for i, item := range respbody.Items {
|
for i, item := range respbody.Items {
|
||||||
if item.Create.Status < 400 {
|
if item.Create.Status < 400 {
|
||||||
|
|||||||
Reference in New Issue
Block a user