From 8767f5c5ce93263fb06f966af1a55e7a82132f59 Mon Sep 17 00:00:00 2001 From: Holger Sielaff Date: Mon, 29 Sep 2025 09:38:46 +0200 Subject: [PATCH] ... --- src/usr/lib/zabbix-php.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +?>