Skip to content

Commit 0042515

Browse files
committed
Removed logfile from ignored keys
1 parent a19ca40 commit 0042515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/browserstack/local/Local.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*/
1414
public class Local {
1515

16-
private static final List<String> IGNORE_KEYS = Arrays.asList("key", "logfile", "binarypath");
16+
private static final List<String> IGNORE_KEYS = Arrays.asList("key", "binarypath");
1717

1818
List<String> command;
1919
Map<String, String> startOptions;

0 commit comments

Comments
 (0)