0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-14 17:48:37 +00:00

Add agent version on startup ()

This commit is contained in:
Stelios Fragkakis 2023-10-14 00:26:53 +03:00 committed by GitHub
parent 75e26689ce
commit b2ec5ec96a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1897,6 +1897,7 @@ int main(int argc, char **argv) {
// initialize the log files
open_all_log_files();
netdata_log_info("Netdata agent version \""VERSION"\" is starting");
ieee754_doubles = is_system_ieee754_double();