From 7f2c4e55d04ba56e304d7aeca47a84c4aecb260d Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Wed, 22 Nov 2017 22:24:24 +0800 Subject: Minor improves to output/logging --- astro/oskar/taper_sky.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'astro/oskar') diff --git a/astro/oskar/taper_sky.py b/astro/oskar/taper_sky.py index f70b47c..132919b 100755 --- a/astro/oskar/taper_sky.py +++ b/astro/oskar/taper_sky.py @@ -23,8 +23,9 @@ from scipy import interpolate import astropy.io.fits as fits -logging.basicConfig(level=logging.INFO) -logger = logging.getLogger(os.path.basename(sys.argv[0])) +logging.basicConfig(level=logging.INFO, + format="[%(levelname)s:%(lineno)d] %(message)s") +logger = logging.getLogger() def make2d(w1d, x=None): -- cgit v1.2.2