From f19d8b325392043631be7254d226b71a300c6e40 Mon Sep 17 00:00:00 2001 From: Marc Abramowitz Date: Wed, 6 Apr 2016 11:05:55 -0700 Subject: setup_logging: Intersphinx link to fileConfig So Sphinx docs have a clickable link to `logging.config.fileConfig`. --- pyramid/paster.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyramid/paster.py b/pyramid/paster.py index 967543849..460056658 100644 --- a/pyramid/paster.py +++ b/pyramid/paster.py @@ -55,8 +55,8 @@ def get_appsettings(config_uri, name=None, options=None, appconfig=appconfig): def setup_logging(config_uri, fileConfig=fileConfig, configparser=configparser): """ - Set up logging via the logging module's fileConfig function with the - filename specified via ``config_uri`` (a string in the form + Set up logging via :func:`logging.config.fileConfig` with the filename + specified via ``config_uri`` (a string in the form ``filename#sectionname``). ConfigParser defaults are specified for the special ``__file__`` -- cgit v1.2.3