[pLog-svn] r2077 - plog/branches/plog-1.0.2/config

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Tue May 24 21:00:02 GMT 2005


Author: jondaley
Date: 2005-05-24 21:00:02 +0000 (Tue, 24 May 2005)
New Revision: 2077

Modified:
   plog/branches/plog-1.0.2/config/logging.properties.php
Log:
removed oscar's debug settings

Modified: plog/branches/plog-1.0.2/config/logging.properties.php
===================================================================
--- plog/branches/plog-1.0.2/config/logging.properties.php	2005-05-24 20:59:03 UTC (rev 2076)
+++ plog/branches/plog-1.0.2/config/logging.properties.php	2005-05-24 21:00:02 UTC (rev 2077)
@@ -6,7 +6,7 @@
 #
 $config["default"] = Array( 
     "layout" => "%d %N - [%f:%l (%c:%F)] %m%n", 
-    "appender" => "file",
+    "appender" => "null",
 	"file" => "tmp/plog.log",
     "prio" => "debug"
   );
@@ -33,4 +33,5 @@
 	"file" => "tmp/trackback.log",
     "prio" => "debug"
   );
+
 ?>




More information about the pLog-svn mailing list