Skip to content

Commit

Permalink
update log type version mapping
Browse files Browse the repository at this point in the history
Signed-off-by: Joanne Wang <jowg@amazon.com>
  • Loading branch information
jowg-amazon committed Nov 30, 2023
1 parent 9b6cc84 commit 76ec3d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,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 76ec3d4

Please sign in to comment.