Conversation:
Notices
-
The bit I'm going to finish with tonight, is moving LogFilter into modules, because while it is modular and does operate on it's own, I think it should be part of the normal distribution, not a plugin.
I am also going to advise enabling it to choke down LOG_DEBUG in a production environment, in the INSTALL file
-
Right, that concludes one round of making the log messages in !postActiv much more informative - all the information that postActiv's ServerException exceptions pass on will now be available in the postActiv log, which by default is in syslog With this change, I recommend that you use the LogFilter plugin to filter out LOG_DEBUG level messages if you don't need them…
-
Since LogFilter was moved to /modules/ in !postActiv's distribution now, you will want to make sure that the copy in /plugins/ gets deleted, so you do not have duplication. Git is not great about detecting this and you will run into problems if you have it in both places.