Skip to content

Commit

Permalink
refactor: moved to logging config file
Browse files Browse the repository at this point in the history
  • Loading branch information
chandanchowdhury committed May 1, 2024
1 parent 7d30160 commit 5503f4b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cartography/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -772,9 +772,5 @@ def main(argv=None):
:rtype: int
:return: The return code.
"""
logging.basicConfig(level=logging.INFO)
logging.getLogger('botocore').setLevel(logging.WARNING)
logging.getLogger('googleapiclient').setLevel(logging.WARNING)
logging.getLogger('neo4j').setLevel(logging.WARNING)
argv = argv if argv is not None else sys.argv[1:]
sys.exit(CLI(prog='cartography').main(argv))

0 comments on commit 5503f4b

Please sign in to comment.