Wonolog icon indicating copy to clipboard operation
Wonolog copied to clipboard

Monolog-based logging package for WordPress.

Results 17 Wonolog issues
Sort by recently updated
recently updated
newest added

### Description of the bug Using `FILTER_SANITIZE_STRING` is deprecated in PHP 8.1. ``` PHP Deprecated: Constant Inpsyde\Wonolog\Data\FILTER_SANITIZE_STRING is deprecated in /usr/local/wordpress/vendor/inpsyde/wonolog/src/PhpErrorController.php on line 100 ``` ### Reproduction instructions Install PHP...

bug

### Description of the bug PHP deprecation notice in PHP 8.1. ``` PHP Deprecated: Return type of Inpsyde\Wonolog\Processor\ProcessorsRegistry::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should...

bug

Have you scheduled to upgrade Wonolog to be compatible with latest Monolog version (2.0 at least) ? Thanks =)

**Is your feature request related to a problem? Please describe.** When using docker and Kubernetes the recommended way to log is to send the logs to stdout or stderr. **Describe...

As Query Monitor is so ubiquitous througout WordPress development and it has it's own [neat logging capability](https://querymonitor.com/docs/logging-variables/) it's useful to be able to configure Wonolog to write to the query...

**Is your feature request related to a problem? Please describe.** I'm trying to configure a custom logging channel so that the logs from our plugin can be easily distinguished from...

Updating dependencies to be able to work with newer Psr/Log BREAKING CHANGE: we are dropping support for PHP 7.x and Psr/Log 1.x This pull request fixes issue #. #### What's...

### Description of the bug hello, i updated my composer dependencies to be able to use php 8.1. I went with monolog/monolog 2.* and inpsyde/wonolog 2.0.0-beta.2 But now in my...

bug

This pull request fixes issue #. #### What's Included in This Pull Request * Add support for psr/log 2 and 3 * Copied TestLogger class since it is not possible...

### Description of the bug Right now the version 1.x of Wonolog is not compatible to PHP 8.1 and shows several deprecated notices. As an example: ```cli Deprecated: Return type...

bug