Turn DEBUG on by default for amulet tests
This commit is contained in:
parent
01538b5b43
commit
03055da2d0
@ -18,7 +18,7 @@ from charmhelpers.contrib.openstack.amulet.utils import ( # noqa
|
||||
)
|
||||
|
||||
# Use DEBUG to turn on debug logging
|
||||
u = OpenStackAmuletUtils(ERROR)
|
||||
u = OpenStackAmuletUtils(DEBUG)
|
||||
|
||||
|
||||
class CinderBasicDeployment(OpenStackAmuletDeployment):
|
||||
|
Loading…
Reference in New Issue
Block a user