stash_url); } if (null !== (get_option('adeptus_logstash_logger'))) { add_option('adeptus_logstash_logger', $this->stash_log_enabled); } if (null !== (get_option('adeptus_file_logger'))) { add_option('adeptus_file_logger', $this->file_log_enabled); } if (null !== (get_option('adeptus_curl_method'))) { add_option('adeptus_curl_method', $this->curl_method); } } }