Skip to content

Commit

Permalink
Mentioned logging facilities in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Lennart Elsen committed Jan 12, 2015
1 parent 68bcd96 commit b2073de
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,19 @@ If you use `goConvert`, you need to make sure that the data which you are import
...
```
You _must_ abide by this structure, otherwise the conversion will fail.

Logging Facilities
------------------

Both goProbe and goDB write to the Syslog facility. However, the log output is passed to syslog via UDP packets to destination port 514. You will have to make sure that your syslog daemon supports logging via UDP. On most platforms uncommenting the following in `/etc/rsyslog.conf` should suffice:

```
$ModLoad imudp
$UDPServerRun 514
```

Changes should take effect after rebooting the machine.

Installation
------------

Expand Down

0 comments on commit b2073de

Please sign in to comment.