Re: [Twisted-Python] Moving Twisted off Trac and SVN to somewhere nicer
On 5 July 2011 08:31, Wolfgang wrote: > just to note. If a move is preferred I give > +1 for bitbucket (mercurial) I thought it might be worth noting that CherryPy have recently migrated their website from Trac to Bitbucket * https://groups.google.com/group/cherrypy-users/browse_thread/thread/80fa8504a2f247da?pli=1 Perhaps in a few months they will have some information about how successful this has been. Sorry to bring back an old topic and I know there has been a lot of work done recently updating and improving the performance of the Twisted Trac site. -RichardW. ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
Re: [Twisted-Python] Moving Twisted off Trac and SVN to somewhere nicer
On 12:23 pm, m-li...@the-moon.net wrote: >On 5 July 2011 08:31, Wolfgang wrote: >>just to note. If a move is preferred I give >>+1 for bitbucket (mercurial) > >I thought it might be worth noting that CherryPy have recently >migrated their website from Trac to Bitbucket > >* https://groups.google.com/group/cherrypy- >users/browse_thread/thread/80fa8504a2f247da?pli=1 > >Perhaps in a few months they will have some information about how >successful this has been. > >Sorry to bring back an old topic and I know there has been a lot of >work done recently updating and improving the performance of the >Twisted Trac site. Improvements to the trac deployment shouldn't be seen as a reason not to consider entirely new solutions. Things can improve incrementally while plans are being made to improve them more drastically. Jean-Paul ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
Re: [Twisted-Python] Log output formatting (was Re: logging question)
On Dec 1, 2011, at 12:32 PM, Tom Sheffler wrote: > 1) we use multiple logfiles. one for *all* messages, and another for > *special* messages. It would be nice if the concept of multiple logfiles and > the routing of messages to files was part of the system. You could implement this by having a single log observer which delegated to multiple other observers, possibly with filters. Sounds like a nice, simple, self-contained task that you could submit a patch for, if you wanted to get it into Twisted :). Please feel free to open a ticket with a patch. -glyph ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python