Unify ios_logging documentation with accepted options (#61777)
* Unify ios_logging documentation with accepted options * Apply suggestions from code review Co-Authored-By: Alicia Cozine <879121+acozine@users.noreply.github.com> * Copy suggestion over to eos_logging
This commit is contained in:
parent
f406b8b4c4
commit
cc9adf7f1a
2 changed files with 5 additions and 6 deletions
|
@ -24,11 +24,11 @@ options:
|
|||
dest:
|
||||
description:
|
||||
- Destination of the logs.
|
||||
choices: ['on', 'host', console', 'monitor', 'buffered']
|
||||
choices: ['on', 'host', 'console', 'monitor', 'buffered']
|
||||
name:
|
||||
description:
|
||||
- If value of C(dest) is I(host) C(name) should be specified,
|
||||
which indicates hostname or IP address.
|
||||
- The hostname or IP address of the destination.
|
||||
- Required when I(dest=host).
|
||||
size:
|
||||
description:
|
||||
- Size of buffer. The acceptable value is in range from 10 to
|
||||
|
|
|
@ -41,9 +41,8 @@ options:
|
|||
choices: ['on', 'host', 'console', 'monitor', 'buffered', 'trap']
|
||||
name:
|
||||
description:
|
||||
- If value of C(dest) is I(file) it indicates file-name,
|
||||
for I(user) it indicates username and for I(host) indicates
|
||||
the host name to be notified.
|
||||
- The hostname or IP address of the destination.
|
||||
- Required when I(dest=host).
|
||||
size:
|
||||
description:
|
||||
- Size of buffer. The acceptable value is in range from 4096 to
|
||||
|
|
Loading…
Reference in a new issue