Skip to content

Commit

Permalink
Add info about predefined log-format options
Browse files Browse the repository at this point in the history
This was a showstopper for me, when I tried the docker variant to analyse a Tomcats access log.
  • Loading branch information
markiewb authored Aug 8, 2019
1 parent fd04551 commit 8f78021
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,8 @@ If you only want to output the report, run as follows to get the result:

**Do you want to change the timezone?** Copy the timezone configuration file in `tzdata.tar.xz` to `/etc/localtime`.

**Make sure that you use the correct log-format preset.** (e.g. use `COMBINED` for Apache's *combined* log format or use `COMMON` for the Apache Tomcat access log. More predefined pattern can be found [here](src/settings.c#L51).)

---

**Note**: The following example assumes you will store your GoAccess data below
Expand Down

0 comments on commit 8f78021

Please sign in to comment.