Log Debugging in Production

I wonder what’s the right way of log debugging when an app has been put in production, i’m getting some 404 and already have the log config sending errors to a file but it’s not easy to read, should i instead send the logs to a table ? the log debugger in development mode is pretty good, is there a way to use it while in production ?

thanks

B.

brilliant , thanks :D