2e58406dbe
Currently, bklog overwrites `(github.com/containerd/containerd/log).G` and doesn't preserve the logger set by `(github.com/containerd/containerd/log).WithLogger`. This causes log fields set by `(github.com/containerd/containerd/log).WithLogger` are dropped. This commit fixes this issue by allowing `bklog.GetLogger` to get logger set by `(github.com/containerd/containerd/log).WithLogger`. Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com> |
||
---|---|---|
.. | ||
log.go |