diff options
author | Wolfy-J <[email protected]> | 2020-10-28 13:05:31 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2020-10-28 13:05:31 +0300 |
commit | a9ddea1855ffda6f6388fc91223b8c63ed48b32f (patch) | |
tree | 61eb68871b69638bc523c5b7f910d6999bc4539e /plugins/rpc | |
parent | 5d87fa2666a5b4e683816bd45fbe08f50cd84af6 (diff) |
- added RPC logging
Diffstat (limited to 'plugins/rpc')
-rwxr-xr-x | plugins/rpc/rpc.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |