[pLog-svn] r3747 - plog/trunk/config

oscar at devel.lifetype.net oscar at devel.lifetype.net
Wed Jul 19 21:30:33 GMT 2006


Author: oscar
Date: 2006-07-19 21:30:33 +0000 (Wed, 19 Jul 2006)
New Revision: 3747

Modified:
   plog/trunk/config/logging.properties.php
Log:
whoops, I think I committed one file too much!


Modified: plog/trunk/config/logging.properties.php
===================================================================
--- plog/trunk/config/logging.properties.php	2006-07-19 21:25:21 UTC (rev 3746)
+++ plog/trunk/config/logging.properties.php	2006-07-19 21:30:33 UTC (rev 3747)
@@ -7,16 +7,16 @@
 $config["default"] = Array( 
     "layout"   => "%d %N - [%f:%l (%c:%F)] %m%n", 
     "appender" => "file",
-	"file"     => "/Users/oscar/trunk/tmp/plog.log",
+	"file"     => "tmp/plog.log",
     "prio"     => "debug"
   );
 
 // debug output sent to debug.log by default. 
   
 $config["debug"] = Array( 
-    "layout"   => "%d %N - [%f:%l (%c:%F)] %m%n", 
+    "layout"   => "%t%n%d %N - [%f:%l (%c:%F)] %m%n", 
     "appender" => "file",
-	"file"     => "/Users/oscar/trunk/tmp/debug.log",
+	"file"     => "tmp/debug.log",
     "prio"     => "info"  
   );
 #
@@ -27,7 +27,7 @@
 $config["sqlerr"] = Array( 
     "layout" => "%S%n %d %N - %m%n", 
     "appender" => "file",
-	"file" => "/Users/oscar/trunk/tmp/sql_error.log",
+	"file" => "tmp/sql_error.log",
     "prio" => "error"
   );
   



More information about the pLog-svn mailing list