Skip to content

Commit

Permalink
feat(plugins) change offset.strategy default value to path+name
Browse files Browse the repository at this point in the history
  • Loading branch information
fhussonnois committed Aug 6, 2020
1 parent 0c28600 commit e295b8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class CommonConfig extends AbstractConfig {
private static final String OFFSET_STRATEGY_DOC = "A separated list of attributes, using '+' character as separator, " +
"to be used for uniquely identifying an input file; must be one of " +
"[name, path, lastModified, inode, hash] (e.g: name+hash). Note that order doesn't matter.";
private static final String OFFSET_STRATEGY_DEFAULT = "name+hash";
private static final String OFFSET_STRATEGY_DEFAULT = "path+name";

public static final String FILTERS_GROUP = "Filters";
public static final String FILTER_CONFIG = "filters";
Expand Down

0 comments on commit e295b8f

Please sign in to comment.