Copilot commented on code in PR #3017:
URL: https://github.com/apache/brpc/pull/3017#discussion_r2190297664


##########
src/butil/logging.cc:
##########
@@ -152,7 +152,10 @@ DEFINE_bool(log_hostname, false, "Add host after pid in 
each log so"
 
 DEFINE_bool(log_year, false, "Log year in datetime part in each log");
 
-DEFINE_bool(log_func_name, false, "Log function name in each log");
+DEFINE_bool(log_func_name, false, "[DEPRECATED]Log function name in each log. "

Review Comment:
   Since the `log_func_name` flag is no longer used in the code, consider 
removing its definition entirely to avoid confusion and dead code.



-- 
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]

Reply via email to