Update README.md

parent 0733a37e
......@@ -22,6 +22,9 @@ We created key value store using gRPC in C++. In that Clinet can PUT, GET, DEL o
## How to log
copy and run the below line before execution of the server<br>
export GRPC_TRACE=all
OR
export GRPC_VERBOSITY=DEBUG
(It's depend on version of gRPC)
## Functions
1. PUT := it takes key and value from client and store it on the server.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment