remove error_reporting(0) that has been causing all the pain with logs
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 29 Apr 2022 09:04:56 +0000 (11:04 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 29 Apr 2022 09:04:56 +0000 (11:04 +0200)
modules/planetlab.module

index 00b9448..7e577c5 100644 (file)
@@ -7,7 +7,8 @@
   //
   // $Id$
   //
-error_reporting(0);
+
+//error_reporting(0);
 
 require_once 'plc_config.php';
 require_once 'plc_session.php';