pyfarm/pyfarm-core

python logging

opalmer opened this issue · 0 comments

Add pyfarm.core.logger which will

  • setup a root logger for the project
  • configure a handler and formatter at the root level so all child loggers will receive the same log handling
  • create custom getLogger function that will prepend pyfarm. to the logger name