I don't understand error_log

This page summarizes the projects mentioned and recommended in the original post on /r/PHP

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Monolog

    Sends your logs to files, sockets, inboxes, databases and various web services

  • To add onto this, what's more commonly done these days is to use a library like Monolog which can be configured with multiple log handlers. One of the handlers which are typically enabled is one which writes to error_log. You can add more which write directly to a logging service like Sentry or whatever, or even in dev write an HTTP header paired with a browser extension which puts your backend log messages in your browser console (see the handler + install the extension for chrome or firefox)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Designing with PHP 8.1 Enumerations

    5 projects | dev.to | 3 Dec 2023
  • Will console logs ever be added to PHP?

    2 projects | /r/PHP | 2 Mar 2023
  • Laravel logging: Show correct severity levels on the Google Cloud Platform

    1 project | dev.to | 5 Feb 2023
  • Create simple function to debug in live code?

    1 project | /r/PHPhelp | 3 Feb 2023
  • What's a good filetype for some simple log files?

    1 project | /r/webdev | 30 Dec 2022