traceSetAt

lsst.log.utils.traceSetAt(name, number)

Adjusts logging level to display messages with the trace number being less than or equal to the provided value.

Parameters
namestr

Name of the logger.

numberint

The trace number threshold for display.