Thanks for the quick answer. Actually I prefer to have it in the log file so I can analyze it after.
I already built the git version, and did *make install*, but the output still not written in the ape.log Do I need to set any other options? Just for quick remedy, I just forward the stdout to a file with command below. sudo /etc/init.d/ape-server start > ape.log Regards, On Fri, Jan 29, 2010 at 8:26 PM, Nicolas Trani <[email protected]> wrote: > Hi, > > if you want the output of Ape.log to go to stdout just don't run APE as a > daemon (edit ape.conf and set daemon to no). With APE 1.0 Ape.log is not > written to log file, this has been fixed on github version. > > Regards. > > Teguh Eko Budiarto a écrit : > >> Hi Guys, >> Yesterday tests was not very satisfying. The server stuck three times >> already before it finished the 8,000th iteration, and I decided to stop and >> change the approach. >> >> Currently, I am trying to modify the inlinepush command to add the >> logging. However the it seems that Ape.log doesn't put anything in the log >> file. >> Where can I see the log output? >> >> I called inlinepush command directly through multi threaded python module, >> but there was no log even with the Ape.log inside the command module. Is >> this a bug? >> > >> -- 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/
