Skip to main content

Questions tagged [logging]

The tag has no usage guidance.

0 votes
1 answer
11 views

Cannot get filename from CRM_Core_Error::createDebugLogger() under 5.76.alpha1

$file_log = CRM_Core_Error::createDebugLogger(); $logFileName = $file_log->_filename; under 5.74.4 gives the current log file. Under my instance 5.76.alpha1 it $logFileName is null. This is ...
Stephen Palmstrom's user avatar
0 votes
1 answer
36 views

Entries in Log Tables

Some of our log tables are rather large and we're curious as to how the logging process works. We'll have static groups that have and 'Update' log entry during times when no one has actively updated ...
J. Rolfs's user avatar
  • 381
1 vote
1 answer
43 views

SOLVED - DB Error: insufficient permissions when separating log tables from main civiCRM DB

I have a site running civiCRM 5.72.1 on Joomla 3.10.12. My civicrm_log tables are huge, so I planned to separate them from the Joomla database where they have been 5+ years. To do this I: Created a ...
A. Block's user avatar
  • 565
0 votes
0 answers
51 views

Log Detail Report - DB Error when viewing an update to a contact

Developer question. Civi 5.71.1 on Drupal 10 with a separate db for CiviCRM logs. Symptom I'm getting many "DB Error: no such field" errors when viewing "update" changes in the Log ...
Justin657's user avatar
  • 365
0 votes
0 answers
41 views

MySQL ERROR 3161 at Change Log on Contact pages after db migration

After db migration, Change Log tab on Contact pages doesn't load due to error about creating temporary tables using memory engine. I could recreate the error with the following query: mysql> CREATE ...
kenorb's user avatar
  • 131
2 votes
1 answer
106 views

Log viewer issue after upgrading to 5.57.1

I just updated some CiviCRM staging/test sites to 5.57.1 and my log viewer seems to be broken. This is Drupal 7 site I get something like the following error for all sites: Unable to read entries from ...
tanbog's user avatar
  • 317
1 vote
1 answer
16 views

On contact : change history (logging) is empty

On contacts, the "Change log" tab is empty. It used to show the contact fields updated, with previous and new value. I checked the following : I have enabled logging at Administer - System ...
stackexchange user's user avatar
0 votes
1 answer
115 views

How do I get Detailed Logging working?

Using the documentation, I've created a new database for my detailed logging data - I already had one for the CMS (Drupal) and one for Civi - and I've added the details for that database into my ...
Graham's user avatar
  • 4,105
3 votes
2 answers
45 views

What is the status of the civicrm_membership_log table?

Our system is maintaining a membership log in the civicrm_membership_log table, even though detailed logging is switched off. This could actually be quite useful since I have been asked for some ...
user avatar
0 votes
0 answers
24 views

Why my log_civicrm_setting is keep growing with random entries?

I have noticed this since upgraded to 5.36.x that my log_civicrm_setting is kept growing in size with some random navigation enties. No idea what it is. Cannot find these in the civicrm_setting either....
Tapash's user avatar
  • 3,014
2 votes
1 answer
38 views

When enabling logging/auditing for multisite (multi-domain), does it need to be enabled for each site/domain?

When enabling "detailed logging" for a multisite (multi-domain) installation, does logging actually need to be enabled for each domain ID? Or is it sufficient to enable logging only on the &...
Martin_W's user avatar
  • 329
2 votes
0 answers
98 views

Log not created, viewer cannot find it

On my acceptance environment the Civicrm-log is not created. When I use Log Viewer, it cannot find it obviously. But the error message describes a specific file: Unable to read entries from logfile ...
Webmaster COVS's user avatar
1 vote
1 answer
40 views

Delete Change Log for 1 contact

We are trying to delete the change log for 1 user. We want to complete remove their address and information on our system. There a way to delete the change log for 1 contact in CiviCRM?
Scott Pulver's user avatar
0 votes
1 answer
43 views

Where is the Detailed Logging setting stored?

I am attempting to turn on detailed logging for a site (Administer -> System Settings -> Misc (Undelete, PDFs, Limits, Logging, Captcha, etc.), the Logging option. When I save the change, I'm ...
RiverRunner's user avatar
1 vote
1 answer
78 views

What is the purpose of logs for activities in civicrm_log table?

I am struggling with a large database and try to find ways to reduce data mess. I really wonder why there is no scheduled job to delete old log entries from civicrm_log but this is not my question. ...
Tobias Krause's user avatar

15 30 50 per page