? ? Success

User tests: Successful: Unsuccessful:

avatar okonomiyaki3000
okonomiyaki3000
15 Oct 2013

...now.

This feature has existed since the debug plugin started handling logs but it was hidden because JLog didn't support category exclusion at the time. Now it does so start using this feature.

avatar okonomiyaki3000 okonomiyaki3000 - open - 15 Oct 2013
avatar okonomiyaki3000 okonomiyaki3000 - close - 18 Apr 2014
avatar okonomiyaki3000
okonomiyaki3000 - comment - 18 Apr 2014

This option is really useful because it's much more likely that you will want to exclude specific categories than include them. Categories are just arbitrary strings so, if you are only including specific ones, you may miss something important. On the other hand, there are surely specific categories that you are not interested in (I'm looking at you, databasequery).

avatar okonomiyaki3000 okonomiyaki3000 - change - 18 Apr 2014
Status New Closed
Closed_Date 0000-00-00 00:00:00 2014-04-18 06:41:21
avatar okonomiyaki3000 okonomiyaki3000 - close - 18 Apr 2014
avatar okonomiyaki3000 okonomiyaki3000 - reopen - 18 Apr 2014
avatar okonomiyaki3000 okonomiyaki3000 - change - 18 Apr 2014
Status Closed New
avatar okonomiyaki3000 okonomiyaki3000 - reopen - 18 Apr 2014
avatar okonomiyaki3000
okonomiyaki3000 - comment - 25 Jul 2014

Setup

  • Turn on debug mode.
  • In the debug plugin settings, set logging to log all all priorities.
  • Don't set a category because categories are like a box of chocolates, you never know what you're gonna get (but you do know which ones you don't want).

Before

You will see logs for every category. Mostly databasequery and deprecated

After

You can set categories to exclude and list the ones you don't want to see. This definitely includes databasequery because the debug plugin is listing them all anyway and it might also include deprecated unless you're on a mission to fix all that deprecated code. What's left will be a short, sweet list of logs that you might actually care about.

avatar brianteeman brianteeman - change - 8 Aug 2014
Labels Added: ?
avatar brianteeman brianteeman - change - 21 Aug 2014
Status New Pending
avatar nicksavov nicksavov - change - 21 Aug 2014
Labels Removed: ?
avatar okonomiyaki3000
okonomiyaki3000 - comment - 20 Nov 2014

Closing in favor of #5146 which is to staging instead of master.

avatar okonomiyaki3000 okonomiyaki3000 - close - 20 Nov 2014
avatar okonomiyaki3000 okonomiyaki3000 - change - 20 Nov 2014
Status Pending Closed
Closed_Date 2014-04-18 06:41:21 2014-11-20 05:07:55

Add a Comment

Login with GitHub to post a comment