Set debug to true
In order to better view log error messages, set log debug to true. Change-Id: I9c843776d8e19fb3934343837343f13e2330f211
This commit is contained in:
@@ -31,7 +31,9 @@ describe 'barbican::api basic test class' do
|
||||
password => 'a_big_secret',
|
||||
}
|
||||
|
||||
class { '::barbican::api::logging': }
|
||||
class { '::barbican::api::logging':
|
||||
debug => true,
|
||||
}
|
||||
|
||||
class { '::barbican::quota': }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user