summaryrefslogtreecommitdiffstats
path: root/libnetdata/log/log.c
AgeCommit message (Expand)Author
2024-02-01Create a top-level directory to contain source code. (#16896)vkalintiris
2024-01-29New Permissions System (#16837)Costa Tsaousis
2024-01-12fix thread name on fatal and cgroup netdev rename crash (#16771)Costa Tsaousis
2024-01-11Fix sanitizer errors (#16759)Costa Tsaousis
2024-01-11dyncfg v2 (#16702)Costa Tsaousis
2024-01-10Address sanitizer through CMake and use it for unit tests. (#16748)vkalintiris
2023-12-28cmake missing defines (#16680)Costa Tsaousis
2023-12-18Remove includes outside of libnetdata. (#16607)vkalintiris
2023-12-17Fix coverity issues, logically dead code and error checking (#16618)Stelios Fragkakis
2023-12-15Queries Progress (#16574)Costa Tsaousis
2023-12-12code cleanup (#16542)Costa Tsaousis
2023-12-02log method = none is not respected (#16523)Costa Tsaousis
2023-11-30log alarm notifications to health.log (#16476)Costa Tsaousis
2023-11-26journals management improvements (#16475)Costa Tsaousis
2023-11-24Fix error limit to respect the log every (#16469)Stelios Fragkakis
2023-11-22fixes for logging (#16459)Costa Tsaousis
2023-11-22when the namespace socket does not work, continue trying (#16458)Costa Tsaousis
2023-11-22set journal path for logging (#16457)Costa Tsaousis
2023-11-22journal estimations (#16445)Costa Tsaousis
2023-11-22New logging layer (#16357)Costa Tsaousis
2023-10-16disable logging to syslog by default (#16214)Ilya Mashchenko
2023-10-03external plugins: respect env NETDATA_LOG_SEVERITY_LEVEL (#16089)Ilya Mashchenko
2023-10-02Severity level for logs (#14727)thiagoftsm
2023-09-18fix compilation warnings (#16001)Costa Tsaousis
2023-07-13Rename log_access and log_health (#15368)Emmanuel Vasilakis
2023-07-06Rename generic `error` function (#15296)thiagoftsm
2023-07-06local-listeners: use host prefix in read_cmdline (#15320)Ilya Mashchenko
2023-07-06local-listener using libnetdata (#15319)Costa Tsaousis
2023-06-30Replace `info` macro with a less generic name (#15266)Carlo Cabrera
2023-05-02Address log issue (#14958)thiagoftsm
2023-02-02DBENGINE v2 - improvements part 12 (#14379)Costa Tsaousis
2023-01-25Add Collector log (#14309)thiagoftsm
2023-01-18DBENGINE v2 - improvements part 5 (#14289)Costa Tsaousis
2022-11-24replication fixes #5 (#14038)Costa Tsaousis
2022-11-01error_limit() function to limit number of error lines per instance (#13924)Costa Tsaousis
2022-10-31Replication of metrics (gaps filling) during streaming (#13873)vkalintiris
2022-10-19Health thread per host (#13712)Emmanuel Vasilakis
2022-10-13dbengine free from RRDSET and RRDDIM (#13772)Costa Tsaousis
2022-09-19RRD structures managed by dictionaries (#13646)Costa Tsaousis
2022-09-05Deduplicate all netdata strings (#13570)Costa Tsaousis
2022-07-08Better ACLK debug communication log (#13281)Timotej S
2022-07-07Protect shared variables with log lock. (#13306)vkalintiris
2022-06-28Dictionaries with reference counters and full deletion support during travers...Costa Tsaousis
2022-01-11Fix time_t format (#11897)Vladimir Kobal
2020-06-20Add libuv thread names support to FATAL log level (#9382)Markos Fountoulakis
2020-02-24Restrict GA message (#8161)thiagoftsm
2019-04-05Support configurable syslog facilities (#5792)thiagoftsm
2019-02-13Don't send host/port in to anonymous stats in fatal of STREAM_RECEIVERChris Akritidis
2019-01-29Add errno to fatal event for statistics (#5291)Chris Akritidis
2019-01-27Anonymous statistics (#5113)Chris Akritidis