We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0ee85c commit 2d724c6Copy full SHA for 2d724c6
astroquery/logger.py
@@ -5,10 +5,7 @@
5
6
def _init_log(config=None):
7
"""
8
- Initializes the SunPy log.
9
- In most circumstances this is called automatically when importing
10
- SunPy. This code is based on that provided by Astropy see
11
- "licenses/ASTROPY.rst".
+ Initializes the logger, using the AstropyLogger class.
12
13
orig_logger_cls = logging.getLoggerClass()
14
logging.setLoggerClass(AstropyLogger)
@@ -25,7 +22,7 @@ def _init_log(config=None):
25
22
26
23
def _config_to_loggerConf(config):
27
24
28
- Translates a user-provided config to ~`astropy.logger.LoggerConf`.
+ Translates a user-provided config to `~astropy.logger.LoggerConf`.
29
30
31
if config.has_section('logger'):
0 commit comments