Skip to content

Commit

Permalink
Log response methods
Browse files Browse the repository at this point in the history
  • Loading branch information
pho committed Jan 11, 2017
1 parent ec03e74 commit fe0f8b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions connections.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ func (nc *NexusConn) logRes(res *JsonRpcRes) {
"type": "response",
"remote": nc.conn.RemoteAddr().String(),
"proto": nc.proto,
"method": res.req.Method,
})
switch res.req.Method {
// Do not log verbose actions
Expand Down

0 comments on commit fe0f8b9

Please sign in to comment.