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 <sfinucan@redhat.com>
This commit is contained in:
Stephen Finucane 2019-02-25 15:10:26 +00:00
parent a9710dc5de
commit e0142fd3f9
1 changed files with 2 additions and 2 deletions

View File

@ -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():