Skip to content

Commit 2634709

Browse files
committed
LP-170 add new line to ApiLogger
1 parent 70d8904 commit 2634709

File tree

1 file changed

+1
-0
lines changed
  • src/main/java/uk/gov/companieshouse/limitedpartnershipsapi/utils

1 file changed

+1
-0
lines changed

src/main/java/uk/gov/companieshouse/limitedpartnershipsapi/utils/ApiLogger.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ public static void errorContext(String context, String message, Exception e) {
4949
public static void errorContext(String context, String message, Exception e, Map<String, Object> dataMap) {
5050
LOGGER.errorContext(context, message, e, cloneMapData(dataMap));
5151
}
52+
5253
/**
5354
* The Companies House logging implementation modifies the data map content which means that
5455
* if the same data map is used for subsequent calls any new message that might be passed in

0 commit comments

Comments
 (0)