|
From: Phil D. <de...@gm...> - 2010-04-12 20:19:33
|
I recall a discussion on this a couple of months back. I think the general consensus was that at the moment, debug logging doesn't significantly impact runtime performance and doesn't cause enough data to be a disk space issue. The benefit in terms of making it easy for users to submit bug reports with logging data was worth leaving it on. I suspect as and when this change goes live we might want to revisit that decision As far as the changes go, sounds exciting, I'll load up my current PBEM games and run them with this feature on and see what feedback we can give Phil On 12 April 2010 19:09, Chris Shaffer <chr...@gm...> wrote: > Since there are more non-programmer end-users running rails, shouldn't the > default for logging be INFO? > > -- > Chris > > Please consider the environment before printing this e-mail. > > > On Mon, Apr 12, 2010 at 10:50 AM, Stefan Frey (web.de) <ste...@we...> > wrote: >> >> There is a first working version for revenue calculation in CVS. >> The interface is minimal and added to the graph view: >> >> Thus in the ORWindow select Info => NetworkInfo and the >> public company. Then the graph is displayed and the optimal revenue result >> and >> the vertexes run for each train for the result. >> >> After this one can add additional trains and the optimization restarts. >> >> For available traintypes (currently default (including diesel), +, E and D >> trains) check the addTrainByString method in RevenueAdapter. >> >> BE CAREFUL: >> 1) It generates a lot of debug in the 18xx.log if the logging level is set >> to >> DEBUG (as it is the default). If one tests complicated cases it can fill >> up >> the hd quite quickly. Better have an own properties with debug level set >> to >> INFO. >> >> 2) I cannot guarantee that it will not run into a deadlock, thus it can >> freeze >> the UI and generate lots of debug output. Again see 1) and kill the >> program >> after around 5 minutes latest. >> >> But for reasonable (up to moderate difficult) networks it will give >> results >> nearly immediately. >> >> This is still not the algorithm of Alex, which has pretty amazing running >> times, but a simple brute force algorithm on the current (moderately >> optimized) network graph. >> >> Stefan >> >> >> >> ------------------------------------------------------------------------------ >> Download Intel® Parallel Studio Eval >> Try the new software tools for yourself. Speed compiling, find bugs >> proactively, and fine-tune applications for parallel performance. >> See why Intel Parallel Studio got high marks during beta. >> http://p.sf.net/sfu/intel-sw-dev >> _______________________________________________ >> Rails-devel mailing list >> Rai...@li... >> https://lists.sourceforge.net/lists/listinfo/rails-devel > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Rails-devel mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-devel > > |