From mboxrd@z Thu Jan 1 00:00:00 1970 From: wmorgan-sup@masanjin.net (William Morgan) Date: Sat, 03 Nov 2007 15:25:36 -0700 Subject: [sup-talk] Can I redirect logs to file, instead of using s command in sup console In-Reply-To: <472C4FD9.5060707@gslab.com> References: <472C4FD9.5060707@gslab.com> Message-ID: <1194128631-sup-6070@south> Excerpts from Manish Sapariya's message of Sat Nov 03 03:39:21 -0700 2007: > I want to see at the log files when sup crashes. I could not find any > command line option and brief grepping in the sources did not gave any > clue. There's no way to do this currently. Typically the log doesn't actually contain that much useful stuff for diagnosing a crash; the exception is more information (written out to sup-exeption-log.txt currently). Wouldn't be too hard to do this by modified Logger#log. -- William