The output from running the AppServer goes to "standard out," which is why you see it on the screen until you log out.
We start the server in the following way: nohup ./AppServer > webkit.log & The nohup command ensures that the process isn't killed when you log out, and the "> webkit.log" part sends standard out to the file webkit.log. It would be a poor system indeed where this minimal logging is a performance hit. Not much gets logged there beyond the startup messages. Caveat: OS X is a BSD-based system, and I'm on Linux; maybe nohup isn't available, but it probably is. Cheers! -- David Hancock | [EMAIL PROTECTED] | 410-266-4384 -----Original Message----- From: Michael Engelhart [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 12:02 PM To: [EMAIL PROTECTED] Subject: [Webware-discuss] where does it go? Hi, Sorry for my ignorance on stdout and other things *nix but when I startup webware like this: ./AppServer & Where does all the standard activity output that is generated go when I logout of my SSH session (I'm on OS X). It's not going to /var/log/system.log or Logs/Activity.csv I'm wondering if this can just be turned off altogether to avoid having the micro performance hit of building up those strings. I don't mind modifying my WebKit code but I'm not sure where it's coming from. THanks Mike ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www.etnus.com. _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www.etnus.com. _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss