I'm adding a --debug option to the depot server with the idea that you name the "debug feature" you want to enable.
In this case, --debug=headers, which will cause the headers of every request to be logged. In the future, there will likely be other "debug features"; how would you expect the user to specify those? --debug=feature1 --debug=feature2 --debug=feature3 or: --debug=feature1,feature2,feature3 ? ...and finally, what's the best way to create an SMF property that accepts multiple values? Just create one as normal but the values should be space separated? Cheers, -- Shawn Walker _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
