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# namestrName of the logger. numberintThe trace number threshold for display.