Skip to content

Commit

Permalink
Fix logger
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>
  • Loading branch information
gaiksaya committed Sep 14, 2021
1 parent e50f6d5 commit 95fffa4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bundle-workflow/src/run_integ_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ def sync_dependencies_to_maven_local(work_dir, manifest_build_ver):

def main():
args = parse_arguments()
logging.getLogger('').handlers = []
console.configure(level=args.logging_level)
bundle_manifest = BundleManifest.from_file(args.bundle_manifest)
build_manifest = BuildManifest.from_file(args.build_manifest)
Expand Down

0 comments on commit 95fffa4

Please sign in to comment.