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:
ZhongShengping 2017-05-05 15:27:40 +08:00
parent 950e763e6e
commit 020a8e3fe5

View File

@ -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',