Skip to content

Commit 41162de

Browse files
committed
log all admin alerts
1 parent 92fcad3 commit 41162de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/algora/admin/admin.ex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,8 @@ defmodule Algora.Admin do
396396
end
397397

398398
def alert(message, severity) do
399+
Logger.info(message)
400+
399401
%{
400402
payload: %{
401403
embeds: [

0 commit comments

Comments
 (0)