aboutsummaryrefslogtreecommitdiff
path: root/docs/source/markdown/options/log-opt.md
Commit message (Collapse)AuthorAge
* Man pages: refactor common options: --log-optEd Santiago2022-09-29
Simple in reality, but hard to review due to lots of little diffs: - "Logging driver specific options" was only in podman-run; I added it to create and kube-play. - whitespace changes, the 'e.g.'s got consistent 4-space indentation - the "same keys" and "supported only" sentences, I moved up to be closer to **tag** and without intervening whitespace, because they were unclear as they were: I believe the intent is to apply those sentences only to **tag**, not to the **--log-opt** option itself. Signed-off-by: Ed Santiago <santiago@redhat.com>