fixes #29: logger for command line app
This commit is contained in:
parent
9de60c388d
commit
a3613ef133
@ -96,6 +96,9 @@ def freeze_export(export, result=None):
|
||||
|
||||
|
||||
def main():
|
||||
# Set up default logger.
|
||||
logging.basicConfig(level=logging.INFO)
|
||||
|
||||
try:
|
||||
args = parser.parse_args()
|
||||
config = Configuration(args.config)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user