Re: [Releaseforge-user] releaseforge.log problem with 0.9.3
Brought to you by:
phil_schwartz
From: Phil S. <phi...@us...> - 2005-08-04 03:40:18
|
Hello Eric, You can edit the logger.ini and change lines 4 and 5 from: [handlers] keys=hand01,hand02 to: [handlers] keys=hand01 This will prevent ReleaseForge from creating/appending releaseforge.log. In the future this might be deprecated entirely. I had only enabled the releaseforge.log for the beta period expecting tons of users to say it didn't work as expected-- and then I would ask them to send me the releaseforge.log file it produced. However, that scenario never materialized since logging has always been written to the console as well-- and if a problem occurred, people would simply cut/paste the console output and send it to me. I will likely make the above change in a future release so you won't have to update logger.ini then. Alternatively, I may even drop the logger.ini file in it's entirety too since, ReleaseForge will run just fine without it (although the output format will differ a bit for now). Logger.ini offers more versatility but ReleaseForge doesn't require it. Most likely I will ship logger.ini-console-dist and logger.ini-console-file-dist or something like that. If the enduser wishes to use either then he/she can copy the file of their choosing to logger.ini. Otherwise, they don't have to do anything. So many options... FWIW, ReleaseForge 0.9.3 only logs warnings and errors by default-- which explains why the file is always 0 bytes. If you'd like to see the debug and info messages as well (the pre-0.9.x method) simply pass in the --debug flag. Regards, Phil On Wed, 3 Aug 2005 ge...@us... wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > hello > > I'm using releaseforge-0.9.3-python2.3 (upgraded from 0.8.7) > > the releaseforge.log was created on ~/.releaseforge but seems not used > (never change since update) > the ~/releaseforge.log is "touched" each time I use releaseforge but is > still empty ... > > - -- > Eric Gerbier > http://webminstats.sourceforge.net > http://rpmrebuild.sourceforge.net > http://afick.sourceforge.net > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.3 (GNU/Linux) > Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org > > iD8DBQFC8H8eNzh6q8tvpCoRAjlGAJwP3aTlyHv314ikFZ6xwIBPbKYwiQCeJpZq > islTvoNruoS5yp9KsZevU2M= > =r/3x > -----END PGP SIGNATURE----- > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > Releaseforge-user mailing list > Rel...@li... > https://lists.sourceforge.net/lists/listinfo/releaseforge-user > |