Skip to content

Commit

Permalink
reduced logging to WARNING level
Browse files Browse the repository at this point in the history
  • Loading branch information
Donearm committed Mar 21, 2020
1 parent ac2d75a commit 515ee91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instagram_downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def massDownload(instance, startdate, enddate, operation):
def main():
options = argument_parser()

logging.basicConfig(filename=LOGFILE, level=logging.DEBUG)
logging.basicConfig(filename=LOGFILE, level=logging.WARNING)

# get instance
L = instaloader.Instaloader(download_videos=False, download_video_thumbnails=False, download_geotags=False, download_comments=False, save_metadata=False, post_metadata_txt_pattern="", request_timeout=10.0)
Expand Down

0 comments on commit 515ee91

Please sign in to comment.