In global configuration set up custom logging as shown in the screenshot
perfrom a variety of things such as unpublishing content, filtering content etc etc
check the contents of the administrator/logs folder
files that contain the logs of the database quries etc etc
nothing at all
Am i missing something?
Labels |
Added:
No Code Attached Yet
|
except you stated
Created file custom-logging.php, which mostly contains category deprecated entries.
and I dont get that file at all
At me it is created and now, with it there are no problems.
I take my words back, indeed logging is not working correctly now. For example, having the deprecated
category in a field does NOT allow the system to log it until the option above is enabled. However, they do not need to be linked. Definitely something is wrong.
The field have an outdated description. On quick search "database", "databasequery" etc categories not used in J4 for every DB query, maybe because Joomla moved to freamwork database library. I found only a couple use in com_joomlaupdate. However some extensions also may use it.
Other categories should work, example jerror
.
The categories not fixed, it can be anything you use while call Log::add()
.
For example, having the deprecated category in a field does NOT allow the system to log it until the option above is enabled.
Deprecated loging have a dedicated "switch" for a reason and loged separately, and better use that. Because it will produce a realy huge log file.
Also It is explicitely disabled when that switch is off, for prefomance reason.
joomla-cms/includes/framework.php
Lines 79 to 86 in e7f5cc1
so there is no way any more to log the queries that are taking place?
probably removed when switched to the new system debug plugin phpdebugbar (i mean the .sql file with executed queries)
Thanks - didnt know about that. It solves my personal problem but it doesnt resolve the issue
it doesnt resolve the issue
I think it would be enough to update the field description, or?
Labels |
Added:
bug
|
I can confirm that the requests are not in the log file. This functionality is still quite crude and "intersects" a little in the parameters. I described in more detail in post #37677, I will note for communication.