Skip to content

Commit

Permalink
[habot] Change "Removing old ephemeral card" log message to debug lev…
Browse files Browse the repository at this point in the history
…el (#1138)

Signed-off-by: Matthew Skinner <matt@pcmus.com>
  • Loading branch information
Skinah committed Aug 25, 2021
1 parent 5541f3e commit e705ec7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public Card add(Card element) {
.collect(Collectors.toList());

for (Card card : oldCards) {
logger.info("Removing old ephemeral card {}", card.getUID());
logger.debug("Removing old ephemeral card {}", card.getUID());
remove(card.getUID());
}

Expand Down

0 comments on commit e705ec7

Please sign in to comment.