Author: dmeyer
Date: Sat Feb 10 21:21:31 2007
New Revision: 9204

Modified:
   trunk/core/src/conf.py

Log:
no need to add the uid in home dir log

Modified: trunk/core/src/conf.py
==============================================================================
--- trunk/core/src/conf.py      (original)
+++ trunk/core/src/conf.py      Sat Feb 10 21:21:31 2007
@@ -280,7 +280,7 @@
         handler = RotatingFileHandler(logfile, maxBytes=1000000, backupCount=2)
     except (OSError, IOError):
         logdir = os.path.expanduser('~/.' + application + '/log')
-        logfile = '%s/%s-%s' % (logdir, logfiletmpl, os.getuid())
+        logfile = '%s/%s' % (logdir, logfiletmpl)
         if not os.path.isdir(logdir):
             os.makedirs(logdir)
         handler = RotatingFileHandler(logfile, maxBytes=1000000, backupCount=2)

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to