Skip to content

Commit 4da9aec

Browse files
author
Marius Sturm
committed
fix typo
1 parent f69b536 commit 4da9aec

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,16 @@ Configure the module in `/etc/apache2/mods-enabled/log_gelf.conf`:
6060
```
6161
On CentOS both files are combined in `/etc/httpd/conf.modules.d/02-gelf.conf`
6262

63-
| Parameter | Argument | Description |
64-
|--------------|------------------------|---------------------------------------------------|
65-
| GelfEnabled | On/Off | Load GELF logging module |
66-
| GelfUrl | Graylog server URL | Set IP and port of a UDP GELF input |
67-
| GelfSource | (Optional) | Overwrite source field |
68-
| GelfFacility | (Optional) | Overwrite logging facility |
69-
| GelfTag | (Optional) | Add a `tag` field to every log message |
70-
| GelfCookie | (Optional) cookie name | Extract cookie from web request, Use 'c' GelField |
71-
| GelfHeader | (Optional) header name | Extract header from web request, Use 'X' GelField |
72-
| GelfFields | (Optional) | Configures which information should be logged |
63+
| Parameter | Argument | Description |
64+
|--------------|------------------------|----------------------------------------------------|
65+
| GelfEnabled | On/Off | Load GELF logging module |
66+
| GelfUrl | Graylog server URL | Set IP and port of a UDP GELF input |
67+
| GelfSource | (Optional) | Overwrite source field |
68+
| GelfFacility | (Optional) | Overwrite logging facility |
69+
| GelfTag | (Optional) | Add a `tag` field to every log message |
70+
| GelfCookie | (Optional) cookie name | Extract cookie from web request, Use 'c' GelfField |
71+
| GelfHeader | (Optional) header name | Extract header from web request, Use 'X' GelfField |
72+
| GelfFields | (Optional) | Configures which information should be logged |
7373

7474
What does the `GelfFields` string mean:
7575

@@ -78,7 +78,7 @@ What does the `GelfFields` string mean:
7878
| A | Agent string |
7979
| a | Request arguments |
8080
| B | Bytes send |
81-
| C | Connection status |
81+
| C | Connection status |
8282
| c | Extract Cookie |
8383
| D | Request duration |
8484
| f | Requested file |
@@ -88,7 +88,7 @@ What does the `GelfFields` string mean:
8888
| L | Local address |
8989
| l | Auth login name |
9090
| m | Request methode |
91-
| p | Server port |
91+
| p | Server port |
9292
| P | Child PID |
9393
| R | Referer |
9494
| r | Request string |

0 commit comments

Comments
 (0)