Skip to content

Commit

Permalink
Merge pull request #182 from swisspost/develop
Browse files Browse the repository at this point in the history
PR for release
  • Loading branch information
mcweba authored Apr 19, 2024
2 parents 0c33a53 + 1240afd commit 1ef1b84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.swisspush</groupId>
<artifactId>rest-storage</artifactId>
<version>3.1.2-SNAPSHOT</version>
<version>3.1.3-SNAPSHOT</version>
<name>rest-storage</name>
<description>
Persistence for REST resources in the filesystem or a redis database
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ private void collectMetrics(Buffer buffer) {
publisher.publishMetric(key, value);
}
} catch (NumberFormatException e) {
log.warn("ignore field '{}' because '{}' doesnt look number-ish enough", key, valueStr);
log.trace("ignore field '{}' because '{}' doesnt look number-ish enough", key, valueStr);
}
});
}
Expand Down

0 comments on commit 1ef1b84

Please sign in to comment.