Skip to content

Commit

Permalink
monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
sqshq committed Mar 28, 2016
1 parent d95acb4 commit c26a0cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public OAuth2AccessToken readAccessToken(String accessToken) {

@SuppressWarnings({ "unchecked" })
private Map<String, Object> getMap(String path, String accessToken) {
this.logger.info("Getting user info from: " + path);
this.logger.debug("Getting user info from: " + path);
try {
OAuth2RestOperations restTemplate = this.restTemplate;
if (restTemplate == null) {
Expand Down
4 changes: 1 addition & 3 deletions monitoring/src/main/resources/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@ spring:
uri: http://config:8888
fail-fast: true
password: ${CONFIG_SERVICE_PASSWORD}
username: user
rabbitmq:
host: rabbitmq
username: user
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public OAuth2AccessToken readAccessToken(String accessToken) {

@SuppressWarnings({ "unchecked" })
private Map<String, Object> getMap(String path, String accessToken) {
this.logger.info("Getting user info from: " + path);
this.logger.debug("Getting user info from: " + path);
try {
OAuth2RestOperations restTemplate = this.restTemplate;
if (restTemplate == null) {
Expand Down

0 comments on commit c26a0cf

Please sign in to comment.