Skip to content

deprecated level argument

Wout De Nolf requested to merge deprecate_workflow_level_argument into main

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")

Merge request reports