Use a log prefix that makes more sense.

This commit is contained in:
FusionPBX
2022-06-01 18:57:33 -06:00
committed by GitHub
parent 3643f98d62
commit ad3a4825a1

View File

@@ -39,7 +39,7 @@ class auto_loader {
//save the log to the syslog server
if ($_REQUEST['debug'] == 'true') {
openlog("XML CDR", LOG_PID | LOG_PERROR, LOG_LOCAL0);
openlog("PHP", LOG_PID | LOG_PERROR, LOG_LOCAL0);
}
//find the most relevant class name