-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible Wrong Version Display and LOG disabling solution #122
Comments
Looks like we haven't updated it: Line 8 in 87ff25e
There's no option for it, but you could use the filter to change the logger implementation to a no-op log class: Alternatively, you can run a task to clean old logs. |
so do you mean the code itself is updated to 2.0.2 but just the version reference is not updated on that particular line? Just in case someone needs to implement the class to remove the log creation i've created this MU-plugin /**
class NoOpLogger {
} function my_custom_logger( $logger ) {
} add_filter( 'Runner.check_workers.logger', 'my_custom_logger' ); |
Hi Guys, have you realised when you download the lastest version 2.0.2, the plugin.php file says version 2.0.0?
Is this just a typo on plugin.php file or are we downloading a wrong version?
In addition i'd like to ask if there's a way to disable the logs, it creates millions of rows at my set up and it has the databse constantly writting records, as i have several multisite installations with more than 200 sites.
Thanks in advance
The text was updated successfully, but these errors were encountered: