mirror of
https://github.com/netdata/netdata.git
synced 2025-04-14 17:48:37 +00:00
Add agent version on startup (#16188)
This commit is contained in:
parent
75e26689ce
commit
b2ec5ec96a
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue