Symfony comes with Monolog and some extension like easy-log-handler that writes logs in a fancier format in var/log/dev.log.
But if you are building a complex application, many API endpoints can be hit at the same time, many workers can run at the same time, ... and so, finding something can be v...