Frugan
Frugan
> > Locally I had to use a value of mysql_connection_retries: int = 50 [here](https://github.com/techouse/mysql-to-sqlite3/blob/master/tests/conftest.py#L199), as the default value was not sufficient; I have not committed the change, but perhaps...
@fleish well.. we're using git: it handles the history!
@fleish IMHO we should think about what objectively makes sense at a global level, and not what we _personally_ like at a local level. Even indicating the dates in the...
Hi @gmazzap, thanks for your detailed response. > To log PHP errors, either you don't pass the second argument or you also pass [`Wonolog\LOG_PHP_ERRORS `](https://github.com/inpsyde/Wonolog/blob/master/inc/bootstrap.php#L2). > > It is expected...
I've looked into the code a little deeper, and I expect this to work (i.e. logs are traced) respecting the `$error_types` passed as an argument. ```php Wonolog\bootstrap($myDefaultHandler, Wonolog\USE_DEFAULT_HOOK_LISTENERS | Wonolog\USE_DEFAULT_PROCESSOR)...
Hi @gmazzap, your solution seems more elegant, I look forward to trying it as soon as possible! I hadn't considered v2, but if you say it's stable enough, I'll try...
Thanks @gmazzap, the problem seems to be solved with the move to v2. When do you plan to release v3 officially for production (not beta)?
Hi @gmazzap, and thanks for your help! I think it could be a useful thing to have filters to alter the LogLevels of the default listeners. The alternative routes (e.g....
Yes, I think we need a more gradual approach, that also supports WP versions prior to 5.5, but that always gradually aims to avoid magic numbers (see https://github.com/povils/phpmnd). Also because...
> > Do you know in which WP version the change happened? > > It seem to be WordPress 5.5, where PHPMailer has been updated to version 6: https://make.wordpress.org/core/2020/07/01/external-library-updates-in-wordpress-5-5-call-for-testing/ Yes...