Skip to content

Commit

Permalink
chore(ecs): change log level to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
piradeepk committed Jun 4, 2021
1 parent 62d309b commit 6726ee7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ protected Application convert(CacheData cacheData) {
EcsApplication application = new EcsApplication(appName, attributes, clusterNames);

Set<String> services = getServiceRelationships(cacheData);
log.info("Found {} services for app {}", services.size(), appName);
log.debug("Found {} services for app {}", services.size(), appName);
services.forEach(
key -> {
Map<String, String> parsedKey = Keys.parse(key);
Expand Down

0 comments on commit 6726ee7

Please sign in to comment.