diff options
Diffstat (limited to 'astro/ps2d.py')
-rwxr-xr-x | astro/ps2d.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/astro/ps2d.py b/astro/ps2d.py index 27c4328..fd81bef 100755 --- a/astro/ps2d.py +++ b/astro/ps2d.py @@ -50,9 +50,8 @@ from matplotlib.figure import Figure plt.style.use("ggplot") logging.basicConfig(level=logging.INFO, - format="%(asctime)s [%(levelname)s] %(message)s", - datefmt="%H:%M:%S") -logger = logging.getLogger(os.path.basename(sys.argv[0])) + format="[%(levelname)s:%(lineno)d] %(message)s") +logger = logging.getLogger() # HI line frequency |