Skip to content

Commit

Permalink
Fixed some issues with the readme formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Alber Attard committed Nov 27, 2018
1 parent 19f618e commit d7851a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -167,7 +167,7 @@ To disable the logs for each file visited, simple change the log level to `INFO`

```
log4j.rootCategory=warn, R
log4j.logger.com.javacreed=<span class="highlight">info</span>, stdout
log4j.logger.com.javacreed=info, stdout
```

Please note that the logging will only make things slower. In fact if you run the example without logs (or the logs set to `INFO`), the size of the directory is computed much faster.
Expand Down

0 comments on commit d7851a0

Please sign in to comment.