codeling / bfstop

Brute Force Stop Plugin (for Joomla!)
https://bfstop.bfroehler.info
GNU General Public License v3.0
36 stars 20 forks source link

Prevent non-bfstop-related messages from showing up in logfile #77

Closed codeling closed 9 years ago

codeling commented 10 years ago

Seems like https://github.com/codeling/bfstop/issues/67 is not fixed yet; even with 1.3.0, there are still unrelated FinderIndexerAdapter messages in the bfstop log.

codeling commented 10 years ago

Check why entries without category appear in bfstop log but not in error.log (because of log level probably?)

codeling commented 9 years ago

From inspecting the Joomla! code there seems to be no way to prevent these messages from showing up in my log via any change I could do in the extension (except from not using any log level below INFO, but even that would be a very brittle workaround). I have created a pull request to fix this at least in newest Joomla! versions: https://github.com/joomla/joomla-cms/pull/5170