deprecated level argument
Logging configuration should be done manually if you need it. It will no longer be done when you start a workflow.
from pypushflow.logutils import basicConfig
basicConfig(level=logging.DEBUG, filename="myworkflow")
Logging configuration should be done manually if you need it. It will no longer be done when you start a workflow.
from pypushflow.logutils import basicConfig
basicConfig(level=logging.DEBUG, filename="myworkflow")