로그 추가

This commit is contained in:
2025-09-10 11:03:02 +09:00
parent c652c2a311
commit 59fa0cc2ee

View File

@ -184,6 +184,8 @@ func (c *Client) sendLoop(ctx context.Context) {
return
}
logger.Println("log send bulk failed. retry :", respbody.Items)
var retry [][]byte
for i, item := range respbody.Items {
if item.Create.Status < 400 {