From e0142fd3f957d471860653a66f9a9a6a7500e953 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Mon, 25 Feb 2019 15:10:26 +0000 Subject: [PATCH] Silence! A sequel Turns out there's *even more* stuff bleeting in the logs: [openstackdocstheme] other_versions [] Silence these for the same reasons given in change I2123f029b0e49f51ebe6c703354e8063fa6e690a. Change-Id: I2123f029b0e49f51ebe6c703354e8063fa6e690a Signed-off-by: Stephen Finucane --- openstackdocstheme/ext.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openstackdocstheme/ext.py b/openstackdocstheme/ext.py index de3bd5e..fc01554 100644 --- a/openstackdocstheme/ext.py +++ b/openstackdocstheme/ext.py @@ -180,8 +180,8 @@ def _html_page_context(app, pagename, templatename, context, doctree): context.update(_html_context_data) context['other_versions'] = _get_other_versions(app) - logger.info('[openstackdocstheme] other_versions %s', - context['other_versions']) + logger.debug('[openstackdocstheme] other_versions %s', + context['other_versions']) def _get_series_name():