bneradt commented on a change in pull request #6930:
URL: https://github.com/apache/trafficserver/pull/6930#discussion_r443673533



##########
File path: src/traffic_server/traffic_server.cc
##########
@@ -2125,6 +2136,9 @@ main(int /* argc ATS_UNUSED */, const char **argv)
 
     ink_set_thread_name("[TS_MAIN]");
 
+    if (ports_are_open && cache_is_initialized) {
+      Note("traffic server initialized");

Review comment:
       I was concerned about this too, but it turns out that the cache 
initialized callback is called even if http.cache.http is set to 0 (http 
caching is disabled), so this message can be used in those cases too.




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

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


Reply via email to