mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-06-08 16:12:43 -04:00
Use yellow for warning logs in ANSI CLI
Signed-off-by: Eric Lippmann <eric.lippmann@netways.de>
This commit is contained in:
parent
935691233b
commit
e3ea0e5949
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ class StdoutWriter extends LogWriter
|
|||
$color = 'red';
|
||||
break;
|
||||
case Logger::WARNING:
|
||||
$color = 'orange';
|
||||
$color = 'yellow';
|
||||
break;
|
||||
case Logger::INFO:
|
||||
$color = 'green';
|
||||
|
|
|
|||
Loading…
Reference in a new issue