search

Home  >  Q&A  >  body text

What is a better logging system for PHP?

You can see the code and errors executed each time, preferably the web version

怪我咯怪我咯2772 days ago877

reply all(7)I'll reply

  • 高洛峰

    高洛峰2017-06-05 11:09:23

    PHP’s Laravel framework uses the Monolog plug-in as its log collection tool; it can be used as a reference;

    reply
    0
  • ringa_lee

    ringa_lee2017-06-05 11:09:23

    Log, usually elk package

    reply
    0
  • 大家讲道理

    大家讲道理2017-06-05 11:09:23

    I use monolog for journaling

    reply
    0
  • 某草草

    某草草2017-06-05 11:09:23

    We use the commonly used logging system, which is divided into levels. As for the error information, we capture it ourselves. We set the log level to error and write it to a specific log file.

    reply
    0
  • 淡淡烟草味

    淡淡烟草味2017-06-05 11:09:23

    Monolog

    reply
    0
  • phpcn_u1582

    phpcn_u15822017-06-05 11:09:23

    Monolog

    reply
    0
  • PHP中文网

    PHP中文网2017-06-05 11:09:23

    Monolog

    reply
    0
  • Cancelreply