Skip to content

Commit

Permalink
Tone down logs for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dsyer committed May 15, 2015
1 parent 3bceb92 commit 816be67
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ security:
password: password
logging:
level:
org.springframework.security: DEBUG
# org.springframework.security: DEBUG
2 changes: 1 addition & 1 deletion tests/annotation/jdbc/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ management:
context_path: /admin
logging:
level:
org.springframework.security: DEBUG
# org.springframework.security: DEBUG

---

Expand Down
2 changes: 1 addition & 1 deletion tests/annotation/jwt/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ security:
password: password
logging:
level:
org.springframework.security: DEBUG
# org.springframework.security: DEBUG
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ security:
password: password
logging:
level:
org.springframework.security: DEBUG
# org.springframework.security: DEBUG
oauth:
paths:
token: /token
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ security:
password: password
logging:
level:
org.springframework.security: DEBUG
# org.springframework.security: DEBUG
4 changes: 2 additions & 2 deletions tests/xml/jdbc/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ security:
password: password
logging:
level:
org.springframework.security: DEBUG
# org.springframework.security: DEBUG
# org.springframework.web: DEBUG
org.springframework.jdbc: DEBUG
# org.springframework.jdbc: DEBUG

---

Expand Down

0 comments on commit 816be67

Please sign in to comment.