Skip to content
Snippets Groups Projects
Commit d98a9850 authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Do not double-apply verbosity in Slack logger.

parent aad47715
No related merge requests found
......@@ -101,7 +101,7 @@ class Slack extends Post
'channel' => $this->channel,
'username' => $this->username,
'text' => $this->messageIcons[$event['priority']]
. $this->formatter->format($this->applyVerbosity($event)) . PHP_EOL
. $this->formatter->format($event) . PHP_EOL
];
return json_encode($data);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment