If component Cache
is activated in com_actionlogs settings (Events To Log
) nothing happens. No logging of com_cache actions like delete
, purge
and so on.
Labels |
Added:
?
|
Labels |
Added:
J3 Issue
|
Status | New | ⇒ | Discussion |
Category | ⇒ | com_csp |
1.) I myself say "No".
2.) No. One would have to add the logging to the controller or model at the moment or would need to establish triggers/events.
I opened this issue because component "Cache" is shown in the actions log settings. And questions will occur after 3.9 stable is released.
Then to me the answer is to just drop com_cache out of that setting.
Title |
|
I'm not able to do that because of sql update scripts that have to be written, too.
I changed the title of this issue. Maybe someone finds the time to do that. If not, who cares, and I will close it in some weeks.
I'm not sure. We have already 3.9 sql update scripts that write loggable_extensions entries and things. I don't know if they are used in stable release or combined or just can be changed before the stable ...
@ReLater As far as I know the sql schema updates will not be combined. They will be used in stable release. Before release candidate it should be sufficient just to change the existing update sql scripts, after that it might be necessary to add new ones.
@mbabker can you confirm that?
@ReLater If you need help with the update scripts, maybe me or @alikon can help.
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-09-24 12:00:40 |
Closed_By | ⇒ | ReLater |
Is there really anything pertinent to log here? Do we really need a "Michael cleared the site cache" message, especially when that is more often than not going to cycle itself out through automated means and not user action?
Does com_cache actually trigger relevant plugin events to do anything useful with these actions?