Set debug to true
In order to better view log error messages, set log debug to true. Change-Id: I3471ff4e08d9875e757f7ed3b1d94eb275a42f7b
This commit is contained in:
parent
950e763e6e
commit
020a8e3fe5
@ -23,6 +23,9 @@ describe 'basic panko' do
|
||||
warning('Panko is not yet packaged on Ubuntu systems.')
|
||||
}
|
||||
'RedHat': {
|
||||
class { '::panko::logging':
|
||||
debug => true,
|
||||
}
|
||||
include ::panko
|
||||
class { '::panko::db':
|
||||
database_connection => 'mysql+pymysql://panko:a_big_secret@127.0.0.1/panko?charset=utf8',
|
||||
|
Loading…
Reference in New Issue
Block a user