E
E
Evgeniy2016-06-02 10:46:34
System administration
Evgeniy, 2016-06-02 10:46:34

Normal free alternatives to Loggly.com. There is?

Please tell me the alternatives of this product:
https://www.loggly.com/product/
In it, in order to send data about an error or a warning, you need to execute the code:

$logger = new \Monolog\Logger('local_test_app'); 
$logger->pushHandler(new \Monolog\Handler\LogglyHandler('YOUR_TOKEN/tag/monolog'));
$logger->addInfo("Info test from monolog"); 
//$logger->addWarning("Warning test from monolog");

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Pavel Kozlov, 2016-07-07
@eZhrv

good afternoon,
products: ElasticSearch or GrayLog
In the first one I use Logstash, you can generate output for certain situations in any data receiver for which there are plugins
https://www.elastic.co/guide/en/logstash/current/o...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question