Log cleanup (#150)

* log duration of rpc requests and request itself
* clean up book_offers logging
This commit is contained in:
CJ Cobb
2022-05-11 13:46:40 -04:00
committed by GitHub
parent cdabdec620
commit 8bf44c978e
6 changed files with 36 additions and 8 deletions

View File

@@ -238,4 +238,5 @@ buildResponse(Context const& ctx)
return Status{Error::rpcINTERNAL, err.what()};
}
}
} // namespace RPC