Replace use of MDC with custom fields on the appender

This commit is contained in:
Ehren Kret
2021-05-11 14:08:20 -05:00
parent 09e0934eaf
commit 02d06af3fc
4 changed files with 24 additions and 25 deletions

View File

@@ -52,10 +52,6 @@ import org.whispersystems.websocket.configuration.WebSocketConfiguration;
/** @noinspection MismatchedQueryAndUpdateOfCollection, WeakerAccess */
public class WhisperServerConfiguration extends Configuration {
@NotEmpty
@JsonProperty
private String environment;
@NotNull
@Valid
@JsonProperty
@@ -263,10 +259,6 @@ public class WhisperServerConfiguration extends Configuration {
private Map<String, String> transparentDataIndex = new HashMap<>();
public String getEnvironment() {
return environment;
}
public RecaptchaConfiguration getRecaptchaConfiguration() {
return recaptcha;
}