JosiahWI commented on code in PR #13262:
URL: https://github.com/apache/trafficserver/pull/13262#discussion_r3408250176
##########
src/tscore/Diags.cc:
##########
@@ -714,12 +698,6 @@ Diags::should_roll_outputlog()
return ret_val;
}
-/*
- * Sets up a BaseLogFile for the specified file. Then it binds the specified
standard steam
- * to the aforementioned BaseLogFile.
- *
- * Returns true on successful binding and setup, false otherwise
- */
bool
Diags::set_std_output(StdStream stream, const char *file)
{
Review Comment:
Out of scope.
--
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]