We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf4b769 commit bd06660Copy full SHA for bd06660
src/Loggable/Notifications/EmailChannel/MonologHtmlFormatter.php
@@ -47,13 +47,13 @@ public function format(LogRecord $record): string
47
public function getLevelColor(Level $level): string
48
{
49
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',
+ Level::Debug => '#CCCCCC',
+ Level::Info => '#28A745',
+ Level::Notice => '#17A2B8',
+ Level::Warning => '#FFC107',
+ Level::Error => '#FD7E14',
+ Level::Critical => '#DC3545',
+ Level::Alert => '#821722',
57
Level::Emergency => '#000000',
58
};
59
}
0 commit comments