diff --git a/src/usr/lib/zabbix-php.php b/src/usr/lib/zabbix-php.php index f36c5f7..f1d2b29 100644 --- a/src/usr/lib/zabbix-php.php +++ b/src/usr/lib/zabbix-php.php @@ -5,7 +5,7 @@ */ class ZabbixPHPExceptionHandler { - private static $logFile = '/var/log/zabbix/php.log'; + private static $logFile = '/var/log/zabbix/php.exceptions.log'; private static $previousHandler = null; private static $initialized = false; @@ -114,4 +114,4 @@ class ZabbixPHPExceptionHandler { // Initialize the exception handler ZabbixPHPExceptionHandler::init(); -?> \ No newline at end of file +?>