4

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?

1 Answer 1

12

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

enter image description here

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.