docker-log-driver-test
docker-log-driver-test copied to clipboard
Results
2
docker-log-driver-test issues
Sort by
recently updated
recently updated
newest added
error decoding log message: net/http: request canceled (Client.Timeout exceeded while reading body)
1
I build plugin from the codes, when I use `docker logs CONTAINER_ID --follow` , it occurred this error, I read some other plugin codes, basically the same as yours, so...
For this piece of code, when dec.ReadMsg has error and the error is not io.EOF, shall it skip to the next iteration with ```continue``` after the line a new decoder...