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 {
1414 public String CORRELATION_ID = "correlation_id" ;
1515 public String REQUEST_ID = "request_id" ;
1616 public String TENANT_ID = "tenant_id" ;
17+ public String TENANT_SUBDOMAIN = "tenant_subdomain" ;
1718 public String COMPONENT_ID = "component_id" ;
1819 public String COMPONENT_NAME = "component_name" ;
1920 public String COMPONENT_TYPE = "component_type" ;
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ public class LogContext {
2020 {
2121 put (Fields .CORRELATION_ID , Defaults .UNKNOWN );
2222 put (Fields .TENANT_ID , Defaults .UNKNOWN );
23+ put (Fields .TENANT_SUBDOMAIN , Defaults .UNKNOWN );
2324 put (Fields .REQUEST_ID , null );
2425 put (Fields .COMPONENT_ID , Defaults .UNKNOWN );
2526 put (Fields .COMPONENT_NAME , Defaults .UNKNOWN );
You can’t perform that action at this time.
0 commit comments