I am trying to set this property as it was in command line in IntelliJ Idea in the run configuration
-Dlogging.level.org.springframework.jdbc.core.JdbcTemplate=DEBUG
but it isn't working for me. How can I set this logging level in IntelliJ in a dynamic way?
CodePudding user response:
Use the VM Options field to specify it instead of the program arguments:
CodePudding user response: