Your software
My Mautic version is: 4.4.0
My PHP version is: 8.0
My Database type and version is: mysql 8
Your problem
OOTB Mautic with env=prod only writes messages to the logfile in case of error.
What I need is at least these events to be logged:
- User logged in from IP
- User tried to log in from IP but with no success
- Campaign execution started
- Email sent
How could I enable such logs? How could I answer questions like “when user was active?” or “when email was sent?” any other ways?
Thanks