##// END OF EJS Templates
Fix docstring of _log_default.
Antony Lee -
Show More
@@ -140,7 +140,7 b' class Application(SingletonConfigurable):'
140 140 def _log_default(self):
141 141 """Start logging for this application.
142 142
143 The default is to log to stdout using a StreamHandler, if no default
143 The default is to log to stderr using a StreamHandler, if no default
144 144 handler already exists. The log level starts at logging.WARN, but this
145 145 can be adjusted by setting the ``log_level`` attribute.
146 146 """
General Comments 0
You need to be logged in to leave comments. Login now