You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/06/29 19:22:25 UTC

[GitHub] [tvm] zxybazh opened a new pull request, #11950: [RPC] Add Data & Time For RPC Tracker / Server Logging

zxybazh opened a new pull request, #11950:
URL: https://github.com/apache/tvm/pull/11950

   I notice that the TVM RPC tracker and server's logging does not have date and time details, like the following snippet from server:
   ```
   INFO:RPCServer:Finish serving ('172.34.51.174', 37306)
   INFO:RPCServer:connection from ('172.34.51.174', 37308)
   ```
   This PR introduces a stream handler to format the logging out with new format as follows:
   ```
   2022-06-29 12:19:34.003 INFO bind to 172.34.54.88:4445
   ```
   This is could help user monitor RPC traffic and workload time usage.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] junrushao1994 merged pull request #11950: [RPC] Add Data & Time For RPC Tracker / Server Logging

Posted by GitBox <gi...@apache.org>.
junrushao1994 merged PR #11950:
URL: https://github.com/apache/tvm/pull/11950


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org