In stdout use a different color for different levels of logging

Issue #500 resolved
Desrever Nu created an issue

While debugging and testing, it happened to me more than once to miss an error / warning.

I propose we assign a different color to these levels :

error = red war = blue info = default debug = light grey anything else: light grey

While to mark this as resolved i expect this to work at least inside the IDE (IJ) , it will be nice to have it working also on linux/win stdout.

Comments (10)

  1. Desrever Nu reporter

    Can we just do LOG.warn in blue?

    I tried this morning by adding another filter but it resulted in duplicated messages all around .

  2. Desrever Nu reporter

    I am satisfied with the current blue and red. What are you thinking to make the ticket marked as resolved?

  3. Log in to comment