Functions | |
def | traceSetAt |
Adjust logging level to display messages with trace number <= NUMBER. More... | |
def lsst.log.utils.traceSetAt | ( | name, | |
number | |||
) |
Adjust logging level to display messages with trace number <= NUMBER.
Set the levels of loggers "TRACEn.name" with n > NUMBER to INFO, and those with n <= NUMBER to DEBUG, so that only tracing messages with n <= NUMBER are shown.
[in] | name | The logger name |
[in] | number | The trace number threshold for display |