Skip to content

Commit

Permalink
feat: change endpoint from logdna.com to mezmo.com
Browse files Browse the repository at this point in the history
  • Loading branch information
nvanheuverzwijn committed Feb 2, 2024
1 parent 7bc9c1d commit 835505e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Monolog/Handler/LogdnaHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ protected function write(\Monolog\LogRecord $record): void
'ip' => $this->ip,
'tags' => $this->tags
];
$url = 'https://logs.logdna.com/logs/ingest?' . \http_build_query(\array_filter($query));
$url = 'https://logs.mezmo.com/logs/ingest?' . \http_build_query(\array_filter($query));

\curl_setopt($this->curl_handle, CURLOPT_URL, $url);
\curl_setopt($this->curl_handle, CURLOPT_USERPWD, "$this->ingestion_key:");
Expand Down

0 comments on commit 835505e

Please sign in to comment.