Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to configure Intellij log level to debug for Maven output

I have created a simple maven application in intellij and using slf4j for logging.

I am not able to see debug logs in console

I see from C:\Program Files\JetBrains\IntelliJ IDEA 2019.3\plugins\maven\lib\maven3\conf\logging\simplelogger.properties

The default log level is set to INFO

org.slf4j.simpleLogger.defaultLogLevel=info

How do I configure this in Intellij to debug or for that matter warn?

like image 977
varkashy Avatar asked Oct 25 '25 11:10

varkashy


1 Answers

To configure Maven output level there is Settings (Preferences on macOS) | Build, Execution, Deployment | Build Tools | Maven | Output level option:

enter image description here

like image 110
Andrey Avatar answered Oct 27 '25 11:10

Andrey



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!