nils-braun / b2luigi

Task scheduling and batch running for basf2 jobs made simple
GNU General Public License v3.0
17 stars 11 forks source link

Inherit local basf2 log level in gbasf2 grid jobs #205

Closed meliache closed 11 months ago

meliache commented 11 months ago

Local basf2 log level setting is now passed over to the grid jobs. You can now limit the log size of jobs with many warnings via basf2.set_log_level(basf2.LogLevel.ERROR). This could fix some errors due to too large log sizes. Implemented by pickling local basf2.logging.log_level.

I would need somebody for testing this...