Quantcast
Channel: Active questions tagged symfony4 - Stack Overflow
Viewing all articles
Browse latest Browse all 3925

Symfony 4 - Read logs from Monolog in my application?

$
0
0

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 ?


Viewing all articles
Browse latest Browse all 3925

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>