Skip to content

logging level override #12

@AfshinZlfgh

Description

@AfshinZlfgh

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions