File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
cf-java-logging-support-core/src/main/java/com/sap/hcp/cf/logging/common Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ public interface Fields {
14
14
public String CORRELATION_ID = "correlation_id" ;
15
15
public String REQUEST_ID = "request_id" ;
16
16
public String TENANT_ID = "tenant_id" ;
17
+ public String TENANT_SUBDOMAIN = "tenant_subdomain" ;
17
18
public String COMPONENT_ID = "component_id" ;
18
19
public String COMPONENT_NAME = "component_name" ;
19
20
public String COMPONENT_TYPE = "component_type" ;
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ public class LogContext {
20
20
{
21
21
put (Fields .CORRELATION_ID , Defaults .UNKNOWN );
22
22
put (Fields .TENANT_ID , Defaults .UNKNOWN );
23
+ put (Fields .TENANT_SUBDOMAIN , Defaults .UNKNOWN );
23
24
put (Fields .REQUEST_ID , null );
24
25
put (Fields .COMPONENT_ID , Defaults .UNKNOWN );
25
26
put (Fields .COMPONENT_NAME , Defaults .UNKNOWN );
You can’t perform that action at this time.
0 commit comments