diff options
author | Wolfy-J <[email protected]> | 2020-10-28 13:05:21 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2020-10-28 13:05:21 +0300 |
commit | 5d87fa2666a5b4e683816bd45fbe08f50cd84af6 (patch) | |
tree | 889b63002202b865d3006b26579702db0bdcdd78 /plugins/rpc | |
parent | 126026f11f9b0108d80a3eb46097aabf9b31aa05 (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 894c89d8..dc228847 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 { |