added testing hint
This commit is contained in:
parent
98b21f83da
commit
dcafe9347b
@ -46,3 +46,11 @@ services:
|
|||||||
- TARGET_PROTO=tcp
|
- TARGET_PROTO=tcp
|
||||||
- TARGET_PORT=1514
|
- 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"
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user