We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6818bdd commit 2b78daeCopy full SHA for 2b78dae
dongtai-common/src/main/java/io/dongtai/iast/common/config/ConfigKey.java
@@ -19,7 +19,7 @@ public enum JsonKey {
19
JSON_VERSION_HEADER_KEY("version_header_name", VERSION_HEADER_KEY),
20
JSON_ENABLE_LOGGER("enable_log", ENABLE_LOGGER),
21
JSON_LOGGER_LEVEL("log_level", LOGGER_LEVEL),
22
- JSON_VALIDATED_SINK("report_validated_sink", LOGGER_LEVEL),
+ JSON_VALIDATED_SINK("report_validated_sink", VALIDATED_SINK),
23
;
24
25
private final String key;
0 commit comments