api icon indicating copy to clipboard operation
api copied to clipboard

logging level override

Open AfshinZlfgh opened this issue 7 years ago • 0 comments

in api.py line 59 and 56

self.logger.setLevel(logging.DEBUG) #line 56
        logging.basicConfig(format='%(asctime)s %(message)s',
                            filename='instabot.log',
                            level=logging.INFO #line 59
)

i think line 59 override line 56, is it true and must be fixed?

AfshinZlfgh avatar Feb 19 '18 13:02 AfshinZlfgh