diff options
author | Aaron LI <aly@aaronly.me> | 2017-10-04 13:36:59 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2017-10-04 13:36:59 +0800 |
commit | a21fa84337356aeba294e00bbf63d19552d65553 (patch) | |
tree | fa7a1324d3e0050449caa8419142021f015f6b65 /bin/zea2healpix | |
parent | fd40bc26b473c48dfecdc544ba9bb49cc2335737 (diff) | |
download | fg21sim-a21fa84337356aeba294e00bbf63d19552d65553.tar.bz2 |
configs: Use lower case for logging levels
Diffstat (limited to 'bin/zea2healpix')
-rwxr-xr-x | bin/zea2healpix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/zea2healpix b/bin/zea2healpix index 9f6f154..da6f488 100755 --- a/bin/zea2healpix +++ b/bin/zea2healpix @@ -43,8 +43,8 @@ def main(): parser.add_argument("-C", "--clobber", action="store_true", help="overwrite the existing output file") parser.add_argument("-l", "--log", dest="loglevel", default=None, - choices=["DEBUG", "INFO", "WARNING", - "ERROR", "CRITICAL"], + choices=["debug", "info", "warning", + "error", "critical"], help="set the log level") parser.add_argument("-L", "--logfile", default=None, help="filename where to save the log messages") |