Skip to content

Commit

Permalink
fix log path documented in README
Browse files Browse the repository at this point in the history
This corrects a typo documenting the e1s log path in the README. The
correct log path is `/tmp/debug-e1s.log`, as set via this code path:

https://github.com/keidarcy/e1s/blob/v1.0.14/util/util.go#L36
  • Loading branch information
mdb committed Jan 30, 2024
1 parent ba26b98 commit 3e547a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ $ e1s -version
### Logs

```bash
tail -f /tmp/e1s_debug.log
tail -f /tmp/e1s-debug.log
```

## Feature Requests & Bug Reports
Expand Down

0 comments on commit 3e547a0

Please sign in to comment.