dlb.cf — Configuration parameters

To change the behaviour of dlb, change the values of the following variables.

dlb.cf.lastest_run_summary_max_count

Number of dlb runs to summarize as an integer.

When > 0, a summary of the latest lastest_run_summary_max_count dlb runs is output when a root context exits.

dlb.cf.max_dependency_age

The maximum age of dependency information in the run-database as a datatime.timedelta object.

Run and dependency information older than max_dependency_age is removed when a root context is entered. max_dependency_age > datetime.timedelta(0) must be True.

dlb.cf.level.RUN_PREPARATION
dlb.cf.level.RUN_PREPARATION
dlb.cf.level.RUN_SERIALIZATION
dlb.cf.level.REDO_NECESSITY_CHECK
dlb.cf.level.REDO_REASON
dlb.cf.level.REDO_SUSPICIOUS_REASON
dlb.cf.level.REDO_PREPARATION
dlb.cf.level.REDO_START
dlb.cf.level.REDO_AFTERMATH
dlb.cf.level.HELPER_EXECUTION
dlb.cf.level.RUN_SUMMARY

Assign a message level (a positive integer like dlb.di.INFO) to be used for all message of a given category.