Re: Detail logging? Is it possible (System.error.println - where do i t go to in Orion)

2000-09-13 Thread Porfiriev Sergey
I use following script for Orion Start perl -e "print '-'x25, 'Orion Started ', scalar(localtime),qq#\n#;" >>log/ORION.LOG perl -e "print '-'x25, 'Orion Started ', scalar(localtime),qq#\n#;" >>log/ORION.ERR java -Xmx160m -Dxml.rewrite=false -jar orion.jar 1>>log/ORION.LOG 2>>log/ORION.ERR perl

RE: Detail logging? Is it possible (System.error.println - where do i t go to in Orion)

2000-09-12 Thread pete
ubject: RE: Detail logging? Is it possible (System.error.println - where do i t go to in Orion) System.err.println should print messages out to the shell or DOS window that you used to run the orion.jar file. You could redirect that output to a file if you want to save it: java -jar orion.jar &

RE: Detail logging? Is it possible (System.error.println - where do i t go to in Orion)

2000-09-12 Thread Kurt Hoyt
to:[EMAIL PROTECTED]] >Sent: Tuesday, September 12, 2000 9:43 PM >To: Orion-Interest >Subject: Detail logging? Is it possible (System.error.println >- where do >i t go to in Orion) > > > >After a week (and a week-end) trying to bring our smoke-tests up under >Orion, >I