Changed sws_npz log name
This commit is contained in:
parent
051800ba64
commit
805b4219c5
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ parser.add_argument("-v", "--verbose", action="count", default=0)
|
|||
args = parser.parse_args()
|
||||
|
||||
logging.basicConfig(level=max((10, 20 - 10 * args.verbose)))
|
||||
log = logging.getLogger("post")
|
||||
log = logging.getLogger("sws_npz")
|
||||
|
||||
log.info("Starting sws -> npz converter")
|
||||
config = configparser.ConfigParser()
|
||||
|
|
Loading…
Reference in a new issue