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:
name : str

Name of the logger.

number : int

The trace number threshold for display.