Reviewers: mp+214155_code.launchpad.net, Message: Please take a look. Description: Have the apiserver know the logdir The agent config now knows the logdir. In some places the entire agent config is passed through, but in order to keep the changes small(ish), we only pass through the logdir (additionally). This did require a few tweaks to tests, and in particular the addition of LogDir to the base ConnSuite. This logdir is used by the upcoming debug-log api. https://code.launchpad.net/~thumper/juju-core/apiserver-knows-logdir/+merge/214155 Requires: https://code.launchpad.net/~thumper/juju-core/tailer-tweaks/+merge/214150 (do not edit description out of merge proposal) Please review this at https://codereview.appspot.com/84350043/ Affected files (+18, -5 lines): A [revision details] M cmd/jujud/machine.go M juju/testing/conn.go M provider/dummy/environs.go M state/apiserver/apiserver.go M state/apiserver/login_test.go M state/apiserver/server_test.go Index: [revision details] === added file '[revision details]' --- [revision details] 2012-01-01 00:00:00 +0000 +++ [revision details] 2012-01-01 00:00:00 +0000 @@ -0,0 +1,2 @@ +Old revision: