Title: Turn off logging?
Last modified: April 21, 2020

---

# Turn off logging?

 *  Resolved [mp459](https://wordpress.org/support/users/mp459/)
 * (@mp459)
 * [6 years ago](https://wordpress.org/support/topic/turn-off-logging-3/)
 * Hi there
 * I keep getting error messages with the plugin, and traced it down to klogger:
   specifically it tries to log to a `.log` file in the plugin directory. I don’t
   allow the webserver write access except to the uploads and cache directories 
   for security reasons, so this causes an error.
 * Would it be reasonable to work around this somehow? Some thoughts:
 * 1. turn off logging by default
    2. use WP built-in logs 3. move the log file 
   to wp_content/uploads or if some directory such as `wp_content/revision-manager-
   tmc-logs/`? (Similar to caching plugins) 4. if we must keep the logs within the
   plugin directory, move it to a visible subdirectory (e.g. logs instead of .logs)
   and add some security via .htaccess to disallow php execution
 * Thank you,
    mickey
    -  This topic was modified 6 years ago by [mp459](https://wordpress.org/support/users/mp459/).

The topic ‘Turn off logging?’ is closed to new replies.

 * ![](https://ps.w.org/revision-manager-tmc/assets/icon.svg?rev=1853970)
 * [Revision Manager TMC](https://wordpress.org/plugins/revision-manager-tmc/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/revision-manager-tmc/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/revision-manager-tmc/)
 * [Active Topics](https://wordpress.org/support/plugin/revision-manager-tmc/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/revision-manager-tmc/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/revision-manager-tmc/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [mp459](https://wordpress.org/support/users/mp459/)
 * Last activity: [6 years ago](https://wordpress.org/support/topic/turn-off-logging-3/)
 * Status: resolved