From 8d95e66df9433192545bbbb38574b31b601a03dc 2013-02-12 03:14:01 From: Antony Lee Date: 2013-02-12 03:14:01 Subject: [PATCH] Fix docstring of _log_default. --- diff --git a/IPython/config/application.py b/IPython/config/application.py index c908c52..6091f52 100644 --- a/IPython/config/application.py +++ b/IPython/config/application.py @@ -140,7 +140,7 @@ class Application(SingletonConfigurable): def _log_default(self): """Start logging for this application. - The default is to log to stdout using a StreamHandler, if no default + The default is to log to stderr using a StreamHandler, if no default handler already exists. The log level starts at logging.WARN, but this can be adjusted by setting the ``log_level`` attribute. """