There is no better way than chaningin the source and recompile:
it's in src/users.c
//ape_log(APE_INFO, __FILE__, __LINE__, g_ape,
// "New user - (ip : %s)", nuser->ip);
I did it once in an (unmaintained) fork
https://github.com/Xosofox/APE_Server/blob/master/src/users.c
On 31 Mai, 02:59, Louis Charette <[email protected]> wrote:
> Is there a way to disable this altogether in the ape log? I have a *lot* of
> traffic on my Ape Server and it's annoying as hell when you're trying to
> find some debug information in the log. Plus, I don't care about this info
> since I redirect the data from port 80 with Apache and the IP is
> always 127.0.0.1.
--
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/