openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 1ad61bd64725041de9ae28b6699dd0c14d72dc59
parent cd215542dc270594482e1cb70c749f0fb941235d
Author: dankert <openrat@jandankert.de>
Date:   Sun, 13 Feb 2022 23:52:02 +0100

Fix: Output-data only in TRACE mode

Diffstat:
Mmodules/cms/Dispatcher.class.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/cms/Dispatcher.class.php b/modules/cms/Dispatcher.class.php @@ -130,7 +130,7 @@ class Dispatcher $this->commitDatabaseTransaction(); if ( DEVELOPMENT ) - Logger::info('Output' . "\n" . print_r( $this->response->getOutputData(),true)); + Logger::trace('Output' . "\n" . print_r( $this->response->getOutputData(),true)); // Ablaufzeit für den Inhalt auf aktuelle Zeit setzen.