Add new config param

create logfile
This commit is contained in:
Markus Gärtner 2019-07-17 17:14:07 +02:00 committed by GitHub
parent ed2df971fe
commit f3b70303a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,5 +67,17 @@ $aModule = array(
'type' => 'str', 'type' => 'str',
'value' => '', 'value' => '',
), ),
array(
'group' => 'psCacheWarmerConfig',
'name' => 'psCacheWarmerWriteCsv',
'type' => 'bool',
'value' => '',
),
array(
'group' => 'psCacheWarmerConfig',
'name' => 'psCacheWarmerWriteCsvOnlyError',
'type' => 'bool',
'value' => '',
),
), ),
); );