Skip to content

Commit fc34ea3

Browse files
committed
Changed logging options on Spring Boot Startup (EasyKey.maven)
1 parent a8d8e0b commit fc34ea3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

EasyKey.maven/ezk-maven-functions.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ startSpringBoot() {
3232
echo "Which profile?"
3333
read defprofiles
3434
my_array=("logging.level.root=DEBUG" \
35+
"logging.level.org.springframework.web=TRACE"
3536
"logging.level.web=DEBUG" \
3637
"logging.level.sql=DEBUG" \
3738
"logging.level.web=TRACE" \

0 commit comments

Comments
 (0)