Skip to content

Commit 2b78dae

Browse files
author
‘niuerzhuang’
committed
fix: validated sink.
1 parent 6818bdd commit 2b78dae

File tree

1 file changed

+1
-1
lines changed
  • dongtai-common/src/main/java/io/dongtai/iast/common/config

1 file changed

+1
-1
lines changed

dongtai-common/src/main/java/io/dongtai/iast/common/config/ConfigKey.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public enum JsonKey {
1919
JSON_VERSION_HEADER_KEY("version_header_name", VERSION_HEADER_KEY),
2020
JSON_ENABLE_LOGGER("enable_log", ENABLE_LOGGER),
2121
JSON_LOGGER_LEVEL("log_level", LOGGER_LEVEL),
22-
JSON_VALIDATED_SINK("report_validated_sink", LOGGER_LEVEL),
22+
JSON_VALIDATED_SINK("report_validated_sink", VALIDATED_SINK),
2323
;
2424

2525
private final String key;

0 commit comments

Comments
 (0)