• New Feature
  • Status: Closed
  • 0 Showstopper
  • Resolution: Fixed
  • Console
  • gkeim
  • Reporter: amiller
  • August 24, 2009
  • 0
  • Watchers: 1
  • July 27, 2012
  • October 12, 2010

Description

Right now exceptions and other stuff that happens in the console just basically gets dumped to stdout. I’m not aware of docs on how to split that off to a file instead but I would love to have that. Often I’m not watching or even able to watch stdout/stderr of the console so I miss anything that might get spit out there.

Comments

Tim Eck 2009-08-24

Might want to try things like System.setErr()/setOut(). That way things can redirected instead of doing it in the shell above.

We don’t have a log file yet for the admin console, but we could put the output in a tab in the console maybe

Alex Miller 2009-08-24

I’m sure I personally could make this happen, but this is really a request for a user-visible feature.