I'm trying to figure out if Monolog is meant to be a replacement for Nginx and Apache logs. So if I use Monolog, which I am in Laravel, would I still need to set the following configuration parameters:
Nginx:
access_log /var/log/nginx/barney-is-cool.net-access.log;
error_log /var/log/nginx/barney-is-cool.net-error.log;
Httpd:
TransferLog /var/log/httpd/hulk-is-cool.net-access-log
ErrorLog /var/log/httpd/hulk-is-cool.net-error-log
Hope my question is clear enough, thank you.