mega.py icon indicating copy to clipboard operation
mega.py copied to clipboard

Enable logging info

Open ntqr opened this issue 4 years ago • 1 comments

Any option to print logging info to the screen? Would be useful if you want to see the upload progress

ntqr avatar Jul 10 '20 10:07 ntqr

import logging logging.basicConfig(level=logging.INFO)

ssnjr2002 avatar Aug 22 '20 17:08 ssnjr2002