Re: Configure composite filter for specific logger in Log4j2 via properties file
Ralph Goers <[email protected]>
| Newsgroups | gmane.comp.jakarta.log4j.user |
|---|---|
| Message-ID | <[email protected]> |
> On Apr 3, 2022, at 11:59 AM, Piotr P. Karwasz <[email protected]> wrote:. > > I would go even further, regarding the properties format: no Log4j2 > developer uses it and that explains why there are still many bugs in > the `PropertiesConfiguration`. Bugs? When it was first implemented it followed a standard format (which should still work). Almost immediately folks started “simplifying” it since the standard format is cumbersome. But being cumbersome is not a bug. The biggest issue is that we simply don’t document it very well and don’t have a lot of examples. But I wouldn’t call having to declare the Filters element a bug. Ralph