Skip to content

Commit 92c3f8d

Browse files
committed
Try using astroquery's logger in cadc.
1 parent c7979d8 commit 92c3f8d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

astroquery/cadc/core.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Module to query the Canadian Astronomy Data Centre (CADC).
88
"""
99

10-
import logging
10+
from astroquery import log as logger
1111
import warnings
1212
import requests
1313
from numpy import ma
@@ -38,8 +38,6 @@
3838

3939
CADC_COOKIE_PREFIX = 'CADC_SSO'
4040

41-
logger = logging.getLogger('cadc')
42-
4341
# TODO figure out what to do if anything about them. Some might require
4442
# fixes on the CADC servers
4543
warnings.filterwarnings('ignore', module='astropy.io.votable')

0 commit comments

Comments
 (0)