@cryptotaxi247 / netdata-1 / commits / b2ec5ec96

Add agent version on startup (#16188)

Stelios Fragkakis committed Oct 14, 2023 at 00:26 UTC b2ec5ec96af9ced957047684d4c5c2cd17577e75
1 file changed +1
daemon/main.c
+1
@@ -1897,6 +1897,7 @@ int main(int argc, char **argv) {
1897
1898 // initialize the log files
1899 open_all_log_files();
1900 + netdata_log_info("Netdata agent version \""VERSION"\" is starting");
1901
1902 ieee754_doubles = is_system_ieee754_double();
1903