Minor fixes. Update github actions.

This commit is contained in:
Stephan Schnabel 2021-10-29 17:54:08 +02:00
parent 305203d7af
commit c3ed6d953e
Signed by: stephan.schnabel
GPG key ID: F74FE2422AA07290
7 changed files with 31 additions and 9 deletions

View file

@ -9,6 +9,7 @@ import ch.qos.logback.classic.spi.ILoggingEvent;
import ch.qos.logback.contrib.json.classic.JsonLayout;
import io.micronaut.core.util.StringUtils;
import lombok.Setter;
import lombok.experimental.Accessors;
/**
* GCP logging layout.
@ -17,6 +18,7 @@ import lombok.Setter;
* @see "https://cloud.google.com/logging/docs/agent/configuration#process-payload"
* @see "https://cloud.google.com/error-reporting/reference/rest/v1beta1/ServiceContext"
*/
@Accessors(chain = false)
public class GcpJsonLayout extends JsonLayout {
private static final String UNDEFINED = "_IS_UNDEFINED";