Change-Id: I141590765f1d13a9e6fed25bdc15d998e69532a3
Signed-off-by: GUPTA <pg0057291@techmahindra.com>
<groupId>org.acumos.platform-oam</groupId>
<artifactId>logging-demo</artifactId>
- <version>2.0.7-SNAPSHOT</version>
+ <version>2.0.8-SNAPSHOT</version>
<packaging>jar</packaging>
<name>logging-demo</name>
<description>Demo project for Logging</description>
* Overrideable method to set MDCs based on property values.
*/
public static void setDefaultMDCs() {
- MDC.put(MDCs.RESPONSE_CODE, "200");
- MDC.put(MDCs.RESPONSE_DESCRIPTION, "200 OK");
MDC.put(MDCs.RESPONSE_SEVERITY, ResponseSeverity.INFO.toString());
MDC.put(MDCs.STATUS_CODE, ResponseStatus.INPROGRESS.toString());
}