Warning: You are browsing the documentation for PrestaShop 8, which is outdated.
You might want to read an updated version of this page for the current version, PrestaShop 9. Read the updated version of this page
ChoiceType of PrestaShopLogger Log levels
Option | Type | Default value | Description |
---|
$builder->add('logs_by_email', LogSeverityChoiceType::class, [
'placeholder' => $this->trans(
'None',
'Admin.Global'
),
'label' => $this->trans(
'Minimum severity level',
'Admin.Advparameters.Feature'
),
'help' => $this->trans(
'Click on "None" to disable log alerts by email or enter the recipients of these emails in the following field.',
'Admin.Advparameters.Help'
),
])