diff --git a/README.md b/README.md index 7942ca7..4b3292e 100644 --- a/README.md +++ b/README.md @@ -46,3 +46,11 @@ services: - TARGET_PROTO=tcp - TARGET_PORT=1514 ``` + +## testing + +If you need a log source for testing, you can use the `logger` command: + +```bash +logger --server my.logserver.com --tcp --rfc3164 --priority 3 --port 514 "ciao" +```