]> arthur.barton.de Git - netdata.git/blobdiff - src/log.c
localhost is now dynamic
[netdata.git] / src / log.c
index 78c58ab80302110a12f26bbcc225df8118eaca9a..02cbca40e244ce29e0389e50be3451d802bdd51c 100644 (file)
--- a/src/log.c
+++ b/src/log.c
@@ -1,7 +1,7 @@
 #include "common.h"
 
 const char *program_name = "";
-unsigned long long debug_flags = DEBUG;
+uint64_t debug_flags = DEBUG;
 
 int access_log_syslog = 1;
 int error_log_syslog = 1;
@@ -131,7 +131,7 @@ int error_log_limit(int reset) {
         return 1;
 #endif
 
-    time_t now = now_realtime_sec();
+    time_t now = now_monotonic_sec();
     if(!start) start = now;
 
     if(reset) {