Done! :)
https://fusionforge.org/plugins/scmgit/cgi-bin/gitweb.cgi?p=fusionforge/fusionforge.git;a=blob;f=src/utils/httpd_log_demux.php;hb=HEAD

- Sylvain

Le 03/04/2014 15:20, Sylvain Beucler - Inria a écrit :
OK, I started "httpd_log_demux.php" which should deal properly with this issue. I have a basic implementation ready, now I'll have to check if the perfs are OK.

Cheers!
Sylvain

Le 03/04/2014 15:18, Alain Peyrat a écrit :
Not the same but what we have is a small frontend for projects to see their (access & error) logs for Subversion.
Basically, the frontend do a kind of grep "/svn/<project>/"

BR,
Alain

----- Mail original -----
De: "Sylvain Beucler - Inria" <[email protected]>
À: [email protected]
Envoyé: Jeudi 3 Avril 2014 11:38:57
Objet: Re: [Fusionforge-general] Split logs for each project website

Ping ?

Le 01/04/2014 16:54, Sylvain Beucler - Inria a écrit :
Hi,

I'd like to split the logs for each project homepages
(*.gforge.inria.fr).

Currently there's a mod_vhost_alias configuration, piping all the logs
to rsyslog:
   CustomLog "|/usr/bin/logger -p local6.info"
and there's a rsyslog configuration that splits the log in each
project's /home/groups/xxx/logs/ directory.

Currently rsyslog automatically creates repositories, which requires a
few work-around to prevent bogus directories from being created.
Also there's a 1024 bytes limit issue in logger stdin.

So, I'm considering doing this differently - did you implement this
kind of setup already?
Keep in mind that we're talking about > 5000 vhosts :)

_______________________________________________
Fusionforge-general mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-general

Reply via email to