CoolIceV commented on PR #1955: URL: https://github.com/apache/dubbo-go/pull/1955#issuecomment-1176850436
> %s print time, eventually the String() function is called as well。 If must print the time, you can make a special note。 this should not matter in debug print log mode I've now just delayed the String() call, meaning that if I don't want to print the log, I won't call the String() method, the original code would have called it whether or not the log was printed. Original:  Modified:  -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
