We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Realtime log

How to create a log in real time?

Something like: https://logio.org/

edited Sep '16

Hell men this page so laggy.

Why you even need this ?

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.

I need for debug in development.

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.



40.0k
Accepted
answer

now i use:

tail -f path/to/log

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.

yes, most advance use logplex or similary