You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by am...@apache.org on 2018/05/21 20:27:23 UTC

[trafficserver] branch master updated: Log the full ATS version to traffic.out on startup.

This is an automated email from the ASF dual-hosted git repository.

amc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new b50a9cd  Log the full ATS version to traffic.out on startup.
b50a9cd is described below

commit b50a9cd7f24efb8706704daa15663d61ea767857
Author: Alan M. Carroll <am...@apache.org>
AuthorDate: Fri May 18 15:42:58 2018 -0500

    Log the full ATS version to traffic.out on startup.
---
 proxy/Main.cc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/proxy/Main.cc b/proxy/Main.cc
index 67bd723..ee56f19 100644
--- a/proxy/Main.cc
+++ b/proxy/Main.cc
@@ -1572,6 +1572,8 @@ main(int /* argc ATS_UNUSED */, const char **argv)
   runroot_handler(argv);
   // Before accessing file system initialize Layout engine
   Layout::create();
+  // Let's be clear on what exactly is starting up.
+  printf("Traffic Server " PACKAGE_VERSION BUILD_NUMBER " " __DATE__ " " __TIME__ " " BUILD_MACHINE "\n");
   chdir_root(); // change directory to the install root of traffic server.
 
   std::sort(argument_descriptions, argument_descriptions + countof(argument_descriptions),

-- 
To stop receiving notification emails like this one, please contact
amc@apache.org.