Jille Timmermans
|
cbedaf90fe
|
Improve error message for incorrect values of ETCD_CLIENT_DEBUG
Signed-off-by: Jille Timmermans <jille@quis.cx>
|
2022-07-14 09:43:54 +02:00 |
|
Marek Siarkowicz
|
a060b42e47
|
server: Use default logging configuration instead of zap production one
This fixes problem where logs json changes format of timestamp.
|
2022-04-01 12:23:44 +02:00 |
|
Piotr Tabor
|
4af7fc393c
|
Expose clientv3.CreateDefaultZapLoggerConfig
Need raised in
f3f4259d3f .
BTW: Alligned the implementation of grpclogs with what we use in embed server, so reduced the client code dependencies.
|
2021-05-26 12:52:46 +02:00 |
|
Piotr Tabor
|
3bb7acc8cf
|
Migrate dependencies pkg/foo -> client/pkg/foo
|
2021-04-07 00:38:47 +02:00 |
|
Piotr Tabor
|
9312d1b077
|
clientv3: Bring back ETCD_CLIENT_DEBUG variable interpretation.
env ETCD_CLIENT_DEBUG supports log levels (debug, info, warn, error, dpanic, panic, fatal).
Only when set, overrides application-wide grpc logging settings.
|
2021-03-18 18:43:07 +01:00 |
|
Piotr Tabor
|
54b87505a3
|
Remove dead legacy logger code.
|
2021-02-26 09:13:09 +01:00 |
|
Piotr Tabor
|
8a7f15511c
|
clientv3: Move to client/v3 (just file move)
Mechanical:
% git mv clientv3 client/v3
% git mv client/mock client/v3/
|
2020-10-20 10:08:35 +02:00 |
|