diff options
author | Jhon Honce <jhonce@redhat.com> | 2020-11-18 16:06:02 -0700 |
---|---|---|
committer | Jhon Honce <jhonce@redhat.com> | 2020-11-19 14:42:56 -0700 |
commit | d8795a36b2ed8c53f0597ab14f46935ea977e84b (patch) | |
tree | 3e11b6e0e67df7955532aae1efc4a2f1eb34c4b3 /docs/source/conf.py | |
parent | a18365c908d45a8ee9348c5e32a240a7b9a4091b (diff) | |
download | podman-d8795a36b2ed8c53f0597ab14f46935ea977e84b.tar.gz podman-d8795a36b2ed8c53f0597ab14f46935ea977e84b.tar.bz2 podman-d8795a36b2ed8c53f0597ab14f46935ea977e84b.zip |
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>
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r-- | docs/source/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index 368d7cc29..e3715937d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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", } |