Re: File permissions on FileAppender

2007-08-01 Thread Cliff Burger
A file is not a good target for multiple users or threads, unless you have some type of service in front of it. If you do, you have a database server. To be rhetorical: Is building this type of architecture (basically, the IO handling of a DB server) into fileappender in scope of the apache logger

Martin Hutter/Switzerland/PAGO ist außer Haus.

2007-08-01 Thread martin . hutter
Ich werde ab 30.07.2007 nicht im Büro sein. Ich kehre zurück am 03.09.2007. I am currently not in the office, but I will be back on 4th of September 2007.

File permissions on FileAppender

2007-08-01 Thread Curt Arnold
There has been a thread on log4php-dev (http://marc.info/?l=log4php- dev&m=118520958818276&w=2) that I'd like to get an opinion from the log4net developers. Basically, the user wishes to allow multiple user accounts to be able to write to the same log file and they are being prevented since