set_parsl_logging¶
- lsst.ctrl.bps.parsl.set_parsl_logging(config: BpsConfig) int¶
Set parsl logging levels.
The logging level is set by the
parsl.log_levelentry in the BPS configuration.- Parameters:
- config
lsst.ctrl.bps.BpsConfig BPS configuration.
- config
- Returns:
- level
int Logging level applied to
parslloggers.
- level