From a9ddea1855ffda6f6388fc91223b8c63ed48b32f Mon Sep 17 00:00:00 2001 From: Wolfy-J Date: Wed, 28 Oct 2020 13:05:31 +0300 Subject: - added RPC logging --- plugins/rpc/rpc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/rpc/rpc.go b/plugins/rpc/rpc.go index dc228847..894c89d8 100755 --- a/plugins/rpc/rpc.go +++ b/plugins/rpc/rpc.go @@ -83,7 +83,7 @@ func (s *Service) Serve() chan error { return errCh } - s.log.Debug("Started RPC service", zap.String("Address", s.cfg.Listen), zap.Any("Services", names)) + s.log.Debug("Started RPC service", zap.String("address", s.cfg.Listen), zap.Any("services", names)) go func() { for { -- cgit v1.2.3