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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to