1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-12-23 00:08:51 -05:00
This commit is contained in:
Reinhard Pointner 2018-06-24 01:16:30 +07:00
parent 43e6da4bc6
commit b62f2c8237

View File

@ -173,7 +173,7 @@ public final class Logging {
if (level < Level.INFO.intValue())
return EscapeCode.ROYAL_BLUE;
if (level < Level.WARNING.intValue())
return null;
return EscapeCode.NONE; // LOG INFO => NO COLOR
if (level < Level.SEVERE.intValue())
return EscapeCode.ORANGE_RED;