I use monolog in my application to get logs on the actions of my users.
useractions:
type: rotating_file
path: "%kernel.logs_dir%/useractions.log"
level: info
channels: [useractions]
max_files: 60
So I get the actions of users in different .log files in /var/log/
I would like people with the ROLE_SUPER_ADMIN, can read these logs directly on my application. That is possible ?