We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8d8e0b commit fc34ea3Copy full SHA for fc34ea3
EasyKey.maven/ezk-maven-functions.sh
@@ -32,6 +32,7 @@ startSpringBoot() {
32
echo "Which profile?"
33
read defprofiles
34
my_array=("logging.level.root=DEBUG" \
35
+ "logging.level.org.springframework.web=TRACE"
36
"logging.level.web=DEBUG" \
37
"logging.level.sql=DEBUG" \
38
"logging.level.web=TRACE" \
0 commit comments