Reputation: 135
I need to display statistics from log files on my custom GUI. The log files are expected to be huge so parsing them manually would be overkill. However, if there is a way to output the error logs in JSON instead of simple text, it could save a lot of time.
Is there a way to do that? can we set custom log format for error_log?
Upvotes: 8
Views: 8923
Reputation: 3926
Correct, as of my knowledge, error log can not have json & custom format. however, access log can have the same.
Upvotes: 5