summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/Monolog/Handler/LogmaticHandler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Monolog/Handler/LogmaticHandler.php b/src/Monolog/Handler/LogmaticHandler.php
index 043d89e..e78d3cf 100644
--- a/src/Monolog/Handler/LogmaticHandler.php
+++ b/src/Monolog/Handler/LogmaticHandler.php
@@ -54,7 +54,7 @@ class LogmaticHandler extends SocketHandler
$endpoint = $useSSL ? 'ssl://api.logmatic.io:10515' : 'api.logmatic.io:10514';
$endpoint .= '/v1/';
- parent::__construct($endpoint . self::LOGMATIC_URI, $level, $bubble);
+ parent::__construct($endpoint, $level, $bubble);
$this->logToken = $token;
$this->hostname = $hostname;