Piotr Tabor bc8d3f6639 Clientv3 (retry) logs should use the configured logger.
clientv3 logs (especially tests) were poluted with unattributed to testing.T log lines:

```
{"level":"warn","ts":"2021-04-29T12:42:11.055+0200","logger":"etcd-client","caller":"v3/retry_interceptor.go:64","msg":"retrying of unary invoker failed","target":"etcd-endpoints://0xc0000fafc0/#initially=[unix://localhost:m10]","attempt":0,"error":"rpc error: code = ResourceExhausted desc = etcdserver: mvcc: database space exceeded"}
```

The reasons were 2 fold:
  - Interceptors were copying logger before "WithLogger" could modify it.
  - We were not propagating the loggers in a few testing contexts.
2021-04-29 12:57:09 +02:00
..
2020-10-20 10:13:06 +02:00
2020-10-26 13:02:32 +01:00
2020-10-20 10:13:06 +02:00
2016-05-12 20:51:39 -07:00
2020-10-20 10:13:06 +02:00
2020-10-20 10:13:06 +02:00
2020-10-20 10:13:06 +02:00
2020-10-20 10:13:06 +02:00
2021-03-10 14:13:38 +00:00
2020-10-20 10:13:06 +02:00
2020-10-20 10:13:06 +02:00
2020-10-20 10:13:06 +02:00
2020-10-20 10:13:06 +02:00
2021-04-17 14:24:56 +04:30
2021-03-10 14:13:38 +00:00