Also what exactly is realtime log ? Im using just beanstalkd queue for logging. Like creating message and putting job, but actual write happens in cli task so no performance impact on request time.
It should not attempt to write to or manage logfiles. Instead, each running process writes its event stream, unbuffered, to stdout. During local development, the developer will view this stream in the foreground of their terminal to observe the app’s behavior.
Well, that's bare bones log from your web server only. I thought you wanted something more advanced at first place? APM tools are much different, and if you work in an enterprise env. you really need tailor made monitoring of your stack.