﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
176	support multiple log gatherers passed in as API arguments instead of through a file	Zooko		"Currently you can pass any number of log gatherer furls in a file, and you can pass up to one in a call to {{{setOption(""log-gatherer-furl"", ...)}}}, and foolscap will union those two inputs.

http://foolscap.lothar.com/trac/browser/foolscap/pb.py?annotate=blame&rev=628c8eecdc3b3990d4082c095d8b01e7cd006a9f#L393


Please make it possible to pass more than one with a {{{setOption()}}} call.

As far as I can see it would be backward-compatible if you just detected the second argument to {{{setOption(""log-gatherer-furl"", ...)}}} being a set and used all of its elements.

In Tahoe-LAFS we are removing the old style of having a configuration file for each item and instead putting everything into {{{tahoe.cfg}}}, so I would rather not have this {{{log_gatherer.furl}}} file in the Tahoe-LAFS basedir and instead have all of the log gatherer furls encoded into the {{{tahoe.cfg}}} file, but currently we cannot pass all of such furls to foolscap."	enhancement	closed	major	0.6.2	logging	0.6.1	fixed		
