From: Thierry Parmentelat Date: Fri, 29 Apr 2022 09:04:56 +0000 (+0200) Subject: remove error_reporting(0) that has been causing all the pain with logs X-Git-Tag: plewww-5.3-0~21 X-Git-Url: http://git.onelab.eu/?p=plewww.git;a=commitdiff_plain;h=af675b27bbd8843f838c814c4f799c46531ca663 remove error_reporting(0) that has been causing all the pain with logs --- diff --git a/modules/planetlab.module b/modules/planetlab.module index 00b9448..7e577c5 100644 --- a/modules/planetlab.module +++ b/modules/planetlab.module @@ -7,7 +7,8 @@ // // $Id$ // -error_reporting(0); + +//error_reporting(0); require_once 'plc_config.php'; require_once 'plc_session.php';