mirror of
https://github.com/containers/podman.git
synced 2025-09-21 19:55:08 +08:00
Make podman service log events
* Log endpoint calls at level Info * Ensure API server started at level Info Fixes #8390 Signed-off-by: Jhon Honce <jhonce@redhat.com>
This commit is contained in:
@ -28,11 +28,11 @@ author = "team"
|
||||
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
||||
# ones.
|
||||
extensions = [
|
||||
'sphinx_markdown_tables',
|
||||
"sphinx_markdown_tables",
|
||||
]
|
||||
|
||||
source_parsers = {
|
||||
'.md': 'recommonmark.parser.CommonMarkParser',
|
||||
".md": "recommonmark.parser.CommonMarkParser",
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user