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
pull/61848/head
Nathaniel Case 6 years ago committed by GitHub
parent f406b8b4c4
commit cc9adf7f1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,11 +24,11 @@ options:
dest: dest:
description: description:
- Destination of the logs. - Destination of the logs.
choices: ['on', 'host', console', 'monitor', 'buffered'] choices: ['on', 'host', 'console', 'monitor', 'buffered']
name: name:
description: description:
- If value of C(dest) is I(host) C(name) should be specified, - The hostname or IP address of the destination.
which indicates hostname or IP address. - Required when I(dest=host).
size: size:
description: description:
- Size of buffer. The acceptable value is in range from 10 to - Size of buffer. The acceptable value is in range from 10 to

@ -41,9 +41,8 @@ options:
choices: ['on', 'host', 'console', 'monitor', 'buffered', 'trap'] choices: ['on', 'host', 'console', 'monitor', 'buffered', 'trap']
name: name:
description: description:
- If value of C(dest) is I(file) it indicates file-name, - The hostname or IP address of the destination.
for I(user) it indicates username and for I(host) indicates - Required when I(dest=host).
the host name to be notified.
size: size:
description: description:
- Size of buffer. The acceptable value is in range from 4096 to - Size of buffer. The acceptable value is in range from 4096 to

Loading…
Cancel
Save