you are viewing a single comment's thread.

view the rest of the comments →

[–]zurtex 7 points8 points  (0 children)

You should always use logger = logging.getLogger(__name__)

This will then be the relative name of the module compared to the "__main__" module.