mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
Made warning and critical messages bold.
This commit is contained in:
parent
886fd3a5b8
commit
0ca8012079
@ -85,10 +85,10 @@ void StreamLogger::ProcessLogEntry(ostream& stream, bool tty, const LogEntry& en
|
||||
String colorCode;
|
||||
switch (entry.Severity) {
|
||||
case LogWarning:
|
||||
colorCode = "\x1b[33m"; // yellow;
|
||||
colorCode = "\x1b[1;33m"; // yellow;
|
||||
break;
|
||||
case LogCritical:
|
||||
colorCode = "\x1b[31m"; // red
|
||||
colorCode = "\x1b[1;31m"; // red
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user