mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-21 08:36:33 +02:00
Logmatic fix (#914)
* Adding the marker field to improve the Logmatic.io compatibilty
This commit is contained in:
committed by
Jordi Boggiano
parent
c7776bba2b
commit
908960d30b
@@ -23,17 +23,17 @@ class LogmaticHandler extends SocketHandler
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
protected $logToken;
|
||||
private $logToken;
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
protected $hostname;
|
||||
private $hostname;
|
||||
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
protected $appname;
|
||||
private $appname;
|
||||
|
||||
/**
|
||||
* @param string $token Log token supplied by Logmatic.
|
||||
|
Reference in New Issue
Block a user