randall commented on a change in pull request #8279:
URL: https://github.com/apache/trafficserver/pull/8279#discussion_r696108723
##########
File path: plugins/stats_over_http/stats_over_http.c
##########
@@ -1006,8 +1006,8 @@ load_config_file(config_holder_t *config_holder)
}
if (!fh) {
- TSError("[%s] Unable to open config: %s. Will use the param as the path,
or %s if null\n", PLUGIN_NAME,
- config_holder->config_path, DEFAULT_URL_PATH);
+ TSNote("[%s] Unable to open config: %s. Will use the param as the path, or
%s if null\n", PLUGIN_NAME,
+ config_holder->config_path, DEFAULT_URL_PATH);
Review comment:
Thanks for the feedback. I admit I was lazy with this PR and didn't
think through the surrounding code. I was just irritated constantly seeing an
ERROR.
I'll fix up with the suggested changes.
--
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]