mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-05 18:15:46 +02:00
Replacing service name by directly mentioning port num
This commit is contained in:
parent
e5d5572548
commit
72461cfd7d
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
`echo {{log_entry}} | logger`
|
`echo {{log_entry}} | logger`
|
||||||
|
|
||||||
- Send the output to a remote syslog server running at a given port. Default port is `syslog`:
|
- Send the output to a remote syslog server running at a given port. Default port is 514:
|
||||||
|
|
||||||
`echo {{log_entry}} | logger --server {{hostname}} --port {{port}}`
|
`echo {{log_entry}} | logger --server {{hostname}} --port {{port}}`
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
`echo {{log_entry}} | logger`
|
`echo {{log_entry}} | logger`
|
||||||
|
|
||||||
- Send the output to a remote syslog server running at a given port. Default port is `syslog`:
|
- Send the output to a remote syslog server running at a given port. Default port is 514:
|
||||||
|
|
||||||
`echo {{log_entry}} | logger -h {{hostname}} -P {{port}}`
|
`echo {{log_entry}} | logger -h {{hostname}} -P {{port}}`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue