I have a multi module maven spring boot java 11 application that runs okay and its logs are all the correct colors.
I created a new module that will run as a separate application, and is part of the multi module application.
But when I run this separate application its logs are all in red color like so:
I have tried deleting the module, invalidating caches, recreating it, but the problem persists.
Is there any way to fix this or is this a side effect from the weird setup I have going on?
I am running the project on IntellJ Ultimate.