in src/main/java/com/spotify/logging/logback/CustomLogstashEncoder.java [39:45]
public CustomLogstashEncoder setupStackdriver() {
// Setup fields according to https://cloud.google.com/logging/docs/reference/v2/rest/v2/LogEntry
logstashFieldNames.setTimestamp("time");
logstashFieldNames.setLevel("severity");
this.setFieldNames(logstashFieldNames);
return this;
}