added testing hint

This commit is contained in:
Paolo Asperti 2022-05-22 21:23:09 +02:00
parent 98b21f83da
commit dcafe9347b
Signed by: paspo
GPG Key ID: 06D46905D19D5182
1 changed files with 8 additions and 0 deletions

View File

@ -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"
```