Hi, I'm running aped (v1.01dev) on a debian lenny system. When i run it in a console, i get the following output:
---------------- _ ___ ___ /_\ | _ \ __| / _ \| _/ _| /_/ \_\_| |___| AJAX Push Engine Bind on port 6901 Version : 1.01dev Build : Mar 20 2010 16:35:04 Author : Weelya ([email protected]) [Module] [spidermonkey] Loading module : Javascript embeded (0.01) - Anthony Catel [JS] Loading script ./scripts/framework/mootools.js... [JS] Loading script ./scripts/framework/Http.js... [JS] Loading script ./scripts/framework/userslist.js... [JS] Loading script ./scripts/utils/utils.js... [JS] Loading script ./scripts/commands/proxy.js... [JS] Loading script ./scripts/commands/inlinepush.js... [JS] Loading script ./scripts/examples/nickname.js... [JS] Loading script ./scripts/examples/move.js... [JS] Loading script ./scripts/utils/checkTool.js... [JS] Loading script ./scripts/test.js... started server (sample Ape.log output) ---------------- I also noticed in the ape.log file most of the output shown on stdout is not present,including the last line (sample Ape.log output). Indeed, the ape.log only contains the following two lines: 2010-03-22 15:21:19 - src/entry.c:181 - APE starting up - pid : 935 2010-03-22 15:21:19 - src/entry.c:235 - You have to run 'aped' as root to increase r_limit As I would be able to gather ALL output, I started the APE server with a redirection of the STDOUT into a file with the following line: ./aped &>ape.allOutput But my problem is as long as the APE server is running, the ape.allOutput file only contains the same data as in ape.log file (ie; only two lines). But as soon as I stop my APE server, the whole log is now present in ape.allOutput (ie. the same as what is displayed in console when ape is started alone). My problem is that I would like to access the whole log in the ape.allOutput file DURING APE'S EXECUTION. Is there any way to achieve that ? Thanks in advance. Nouk² -- 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/ To unsubscribe from this group, send email to ape-project+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
