Add new config param
create logfile
This commit is contained in:
12
metadata.php
12
metadata.php
@ -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' => '',
|
||||||
|
),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user