logmngr: use multiple workers for logging

This commit is contained in:
Husaam Mehdi 2025-08-22 06:38:27 +00:00 committed by IOPSYS Dev
parent 97141307ed
commit 6f83732b0e
No known key found for this signature in database

View file

@ -271,6 +271,7 @@ handle_log_file() {
append_conf "[OUTPUT]"
append_conf " name file"
append_conf " workers 2"
append_conf " match_regex $match_regex"
append_conf " file $file"