configure_logging

lsst.ts.scriptqueue.configure_logging(verbose=0, console_format=None, filename=None)

Configure the logging for the system.

Parameters:
verbose : int

Log level.

console_format : str

Format string for the console.

filename : str

A name, including path, for a log file. If None, will create a file.