@cryptotaxi247 / netdata-1 / commits / 20454899d

disable logsmanagement when installing on macOS (#16708)

Ilya Mashchenko committed Jan 4, 2024 at 22:46 UTC 20454899d96e529b30b542513eaf8ec8956ad772
1 file changed +1
netdata-installer.sh
+1
@@ -1878,6 +1878,7 @@ should_install_fluentbit() {
1878
1879 install_fluentbit() {
1880 if ! should_install_fluentbit; then
1881 + enable_feature PLUGIN_LOGS_MANAGEMENT 0
1882 return 0
1883 fi
1884