60
61
func (s *LogSuite) TestLogConfigFromEnvironment(c *gc.C) {
61
62
config := "juju.cmd=INFO;juju.worker.deployer=DEBUG"
63
64
log := newLogWithFlags(c, []string{})
64
65
c.Assert(log.Path, gc.Equals, "")
65
66
c.Assert(log.Verbose, gc.Equals, false)