Skip to content

Logging

Ibexa DXP uses Monolog to log shop-related information.

By default, ERP messages and emails are stored in the database. All other log entries are stored in var/log/silver.eshop.log.

All emails that are sent with MailHelperService are logged automatically.

Sensitive user data

Some logs can contain personal information such as User ID or password.

By default, Ibexa DXP does not log User IDs. You can change this behavior by modifying the following setting:

1
siso_core.default.gdpr.store_user_id_in_logs: false

If the email text contains a password that should not be logged in the DB, you have to specify this password as a template parameter.

MailHelperService replaces the template parameter password with ***.