pypushflow.logutils.basicConfig

pypushflow.logutils.basicConfig(filename=None, logdir=None, **kwargs)[source]
Basic configuration for the root logger. By default:
  • set log level to DEBUG

  • add STDOUT stream handler

Has no effect when there are already handlers unless force=True. Note: pytest installs handlers.