Add new config param
create logfile
This commit is contained in:
parent
ed2df971fe
commit
f3b70303a5
12
metadata.php
12
metadata.php
@ -67,5 +67,17 @@ $aModule = array(
|
||||
'type' => 'str',
|
||||
'value' => '',
|
||||
),
|
||||
array(
|
||||
'group' => 'psCacheWarmerConfig',
|
||||
'name' => 'psCacheWarmerWriteCsv',
|
||||
'type' => 'bool',
|
||||
'value' => '',
|
||||
),
|
||||
array(
|
||||
'group' => 'psCacheWarmerConfig',
|
||||
'name' => 'psCacheWarmerWriteCsvOnlyError',
|
||||
'type' => 'bool',
|
||||
'value' => '',
|
||||
),
|
||||
),
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user