Skip to content

Commit

Permalink
update log type mapping version
Browse files Browse the repository at this point in the history
Signed-off-by: Joanne Wang <[email protected]>
  • Loading branch information
jowg-amazon committed Nov 30, 2023
1 parent c0f7bd9 commit 56109ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public class LogTypeService {

public static final String LOG_TYPE_MAPPING_VERSION_META_FIELD = "schema_version";

public static final int LOG_TYPE_MAPPING_VERSION = 1; // must match version in log_type_config_mapping.json
public static final int LOG_TYPE_MAPPING_VERSION = 2; // must match version in log_type_config_mapping.json

public static final int MAX_LOG_TYPE_COUNT = 100;

Expand Down

0 comments on commit 56109ff

Please sign in to comment.