Logging only filtering
Posted: 16 Jun 2014, 16:10
I'm trying to investigate a problem with a plugin install failure (Announcements) but can't get the logging to record anything other than 'filtering' action.
(Note: I'm currently moving servers and the logging previously worked. This is version 1.2.12.)
I have tried the following:
$g_log_level = LOG_DATABASE;
$g_log_level = LOG_AJAX | LOG_DATABASE | LOG_EMAIL | LOG_EMAIL_RECIPIENT | LOG_FILTERING | LOG_LDAP;
$g_log_level = -1;
In the last two cases I get logging activity, but it only reports 'filtering' action.
(Note: I'm currently moving servers and the logging previously worked. This is version 1.2.12.)
I have tried the following:
$g_log_level = LOG_DATABASE;
$g_log_level = LOG_AJAX | LOG_DATABASE | LOG_EMAIL | LOG_EMAIL_RECIPIENT | LOG_FILTERING | LOG_LDAP;
$g_log_level = -1;
In the last two cases I get logging activity, but it only reports 'filtering' action.