From: Phil D. <de...@gm...> - 2012-02-20 16:07:01
|
I know I can change it for myself, my point was we have a user who mailed to the users list with the debug log from his game and all of this stuff is showing up with INFO against it. To rebuild the scenario he constructed that causes a freeze I need to replay his steps and that's tricky given the detail in the file. If those steps had WARN or DEBUG next to them I could cut them out of the resultant file and fathom out the situation he ended up in a lot quicker. On 20 February 2012 15:54, Stefan Frey <ste...@we...> wrote: > Phil: > set the logging options inside log4j.properties file for > > log4j.logger.rails.algorithms=... > > from INFO to WARN and you will receive no output related > to route discovery. > > Stefan > > > On 02/20/2012 04:43 PM, Phil Davies wrote: > > Looking through the debug log, I see the following: > > > > 2012-02-20 18:44:37 DEBUG Tiles can be laid > > 2012-02-20 18:44:37 INFO Found city Hex A3 (St. Louis) > > 2012-02-20 18:44:37 INFO Added A3.1 > > 2012-02-20 18:44:37 INFO Added A3.E > > 2012-02-20 18:44:37 INFO Found city Hex A5 (East St. Louis) > > 2012-02-20 18:44:37 INFO Added A5.1 > > 2012-02-20 18:44:37 INFO Found city Hex I13 (Huntsville) > > 2012-02-20 18:44:37 INFO Added I13.1 > > 2012-02-20 18:44:37 INFO Found city Hex H16 (Chattanooga) > > > > Does anyone else think that the tile lay discovery should go under debug > > data? It's really tricky trying to replay this users game with all the > > debug data in there, if you could just strip out all lines from the log > > with debug in, you are still left with all the route discovery > information. > > > > Thoughts? > > > > Phil > > > > ---------- Forwarded message ---------- > > From: *Mike Bourke* <com...@ip... > > <mailto:com...@ip...>> > > Date: 20 February 2012 09:20 > > Subject: [Rails-users] Rails - Bug in version 1.6.2 > > To: rai...@li... > > <mailto:rai...@li...> > > > > > > Hi – ____ > > > > __ __ > > > > I just had the game freeze and crash (log attached) while playing 1851. > > The situation was that a company had no train, and there were no trains > > left in the IPO to purchase.____ > > > > __ __ > > > > If the “Purchase Trains” had been allowed, it would have been possible > > to buy a train from another company.____ > > > > __ __ > > > > Mike Bourke____ > > > > Campaign Mastery http://www.campaignmastery.com > > <http://www.campaignmastery.com/>____ > > > > Co-author, /Assassin’s Amulet /http://www.legaciescampaignsetting.com > > <http://www.legaciescampaignsetting.com/>____ > > > > __ __ > > > > > > > > ------------------------------------------------------------------------ > > > > avast! Antivirus <http://www.avast.com>: Outbound message clean. > > > > Virus Database (VPS): 19/02/2012 > > Tested on: 20/02/2012 8:10:11 PM > > avast! - copyright (c) 1988-2012 AVAST Software. > > > > > > > > > ------------------------------------------------------------------------------ > > Try before you buy = See our experts in action! > > The most comprehensive online learning library for Microsoft developers > > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > > Metro Style Apps, more. Free future releases when you subscribe now! > > http://p.sf.net/sfu/learndevnow-dev2 > > _______________________________________________ > > Rails-users mailing list > > Rai...@li... <mailto: > Rai...@li...> > > https://lists.sourceforge.net/lists/listinfo/rails-users > > > > > > > > > > > ------------------------------------------------------------------------------ > > Try before you buy = See our experts in action! > > The most comprehensive online learning library for Microsoft developers > > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > > Metro Style Apps, more. Free future releases when you subscribe now! > > http://p.sf.net/sfu/learndevnow-dev2 > > > > > > > > _______________________________________________ > > Rails-devel mailing list > > Rai...@li... > > https://lists.sourceforge.net/lists/listinfo/rails-devel > > > > ------------------------------------------------------------------------------ > Try before you buy = See our experts in action! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-dev2 > _______________________________________________ > Rails-devel mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-devel > |