Add missing setter for gcp logger.
This commit is contained in:
parent
793ad1dbb8
commit
141f7275ef
2 changed files with 16 additions and 2 deletions
|
@ -56,4 +56,12 @@ public class GcpJsonLayout extends JsonLayout {
|
|||
map.put("serviceContext", serviceContext);
|
||||
}
|
||||
}
|
||||
|
||||
public void setServiceName(String serviceName) {
|
||||
this.serviceName = serviceName;
|
||||
}
|
||||
|
||||
public void setServiceVersion(String serviceVersion) {
|
||||
this.serviceVersion = serviceVersion;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue