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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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