lib/dns_one.rb in dns_one-0.4.59 vs lib/dns_one.rb in dns_one-0.4.60

- old
+ new

@@ -63,12 +63,13 @@ main: { work_dir: conf[:config][:work_dir] }, server: { run_as: conf[:config][:run_as], - log_results: (conf[:config][:log_results] == '1'), save_stats: (conf[:config][:save_stats] == '1'), - log_result_socket_file: (conf[:config][:log_result_socket_file] == '1') + log_result_file: (conf[:config][:log_result_file] == '1'), + log_result_socket: (conf[:config][:log_result_socket] == '1'), + log_result_socket_file: (conf[:config][:log_result_socket_file] == '1'), }, zone_search: { ignore_subdomains: conf[:config][:ignore_subdomains], cache_max: conf[:config][:cache_max], record_sets: conf[:record_sets],