SpinupWP compatibility
-
Hey @qriouslad,
hope you are fine π
We do – or better want to – use your WP Debug Log Manager plugin, but we run into some issues.
The problem is that our hosting is powered by SpinupWP and they by default move the log file to a secured place (similar like your plugin does). That’s why in fact your plugin never gets any log entries.
Their path looks like follows:
/sites/domain/logs/error.logI checked out the WP config and saw that your plugin sets the debug log path to your plugin’s file, so I tried to update it as follows:
define( 'WP_DEBUG_LOG', '/sites/domain/logs/error.log' );to match my hosts file location.
But it seems like this didn’t work because the plugin’s admin area still shows your plugins’ path.
Is there another approach to use your plugin with a custom debug log path?
Thanks in advance π
The topic ‘SpinupWP compatibility’ is closed to new replies.