Skip to content

Commit

Permalink
updating logging to MongoTemplate
Browse files Browse the repository at this point in the history
updating logging to MongoTemplate
  • Loading branch information
danimaniarqsoft committed May 18, 2017
1 parent 56f1d4d commit 7dad7ab
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 17 deletions.
15 changes: 0 additions & 15 deletions src/main/resources/application.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,5 @@ public void findPractice() {
LOGGER.info("keyword {}", keyword);
}
}

}
}
3 changes: 2 additions & 1 deletion src/test/resource/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ logging:
root: info
org.springframework.web: false
org.hibernate: false
org.hibernate.SQL: false
org.hibernate.SQL: false
org.springframework.data.mongodb.core.MongoTemplate: debug

0 comments on commit 7dad7ab

Please sign in to comment.