Skip to content

Commit bd06660

Browse files
committed
Formatted
1 parent bf4b769 commit bd06660

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Diff for: src/Loggable/Notifications/EmailChannel/MonologHtmlFormatter.php

+7-7
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ public function format(LogRecord $record): string
4747
public function getLevelColor(Level $level): string
4848
{
4949
return match ($level) {
50-
Level::Debug => '#CCCCCC',
51-
Level::Info => '#28A745',
52-
Level::Notice => '#17A2B8',
53-
Level::Warning => '#FFC107',
54-
Level::Error => '#FD7E14',
55-
Level::Critical => '#DC3545',
56-
Level::Alert => '#821722',
50+
Level::Debug => '#CCCCCC',
51+
Level::Info => '#28A745',
52+
Level::Notice => '#17A2B8',
53+
Level::Warning => '#FFC107',
54+
Level::Error => '#FD7E14',
55+
Level::Critical => '#DC3545',
56+
Level::Alert => '#821722',
5757
Level::Emergency => '#000000',
5858
};
5959
}

0 commit comments

Comments
 (0)