Title: Verbose apache error_log
Last modified: August 21, 2016

---

# Verbose apache error_log

 *  [Mat Lipe](https://wordpress.org/support/users/mat-lipe/)
 * (@mat-lipe)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/verbose-apache-error_log/)
 * Hello,
 * I ran into an issue with this plugin outputting a mass amount of curl headers
   to the error_log. I redirected the output to a tmp location by adding this to
   gData->__construct() method.
 *     ```
       if( $fp = tmpfile() ){
           curl_setopt ($this->curl, CURLOPT_STDERR, $fp);
       }
       ```
   
 * If you would add this fix or maybe a debug option to turn this on or off that
   would we awesome!
 * Thank you for a great plugin by the way!!
 * Cheers
 * Mat
 * [http://wordpress.org/extend/plugins/docs-to-wordpress/](http://wordpress.org/extend/plugins/docs-to-wordpress/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [Mat Lipe](https://wordpress.org/support/users/mat-lipe/)
 * (@mat-lipe)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/verbose-apache-error_log/#post-3711654)
 * Hi,
    I ran into a couple of other issues with the code. Since this plugin is 
   in beta do you have a repository setup to handle pull requests?
 * If so I am happy to contribute.

Viewing 1 replies (of 1 total)

The topic ‘Verbose apache error_log’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/docs-to-wordpress.svg)
 * [Docs to WordPress](https://wordpress.org/plugins/docs-to-wordpress/)
 * [Support Threads](https://wordpress.org/support/plugin/docs-to-wordpress/)
 * [Active Topics](https://wordpress.org/support/plugin/docs-to-wordpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/docs-to-wordpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/docs-to-wordpress/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [Mat Lipe](https://wordpress.org/support/users/mat-lipe/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/verbose-apache-error_log/#post-3711654)
 * Status: not resolved