Skip to content

Commit a33fabb

Browse files
authored
Merge pull request #50 from akhil-browserstack/patch-1
Updating documentation for logfile
2 parents 9b467a1 + 1b83f92 commit a33fabb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ To save the logs to the file while running with the '-v' argument, you can speci
135135
To specify the path to file where the logs will be saved -
136136
```java
137137
bsLocalArgs.put("v", "true");
138-
bsLocalArgs.put("logfile", "/browserstack/logs.txt");
138+
bsLocalArgs.put("logFile", "/browserstack/logs.txt");
139139
```
140140

141141
## Contribute

0 commit comments

Comments
 (0)