configure_logging¶
- lsst.ts.scriptqueue.configure_logging(verbose=0, console_format=None, filename=None)¶
Configure the logging for the system.
- Parameters
- verboseint
Log level.
- console_formatstr
Format string for the console.
- filenamestr
A name, including path, for a log file. If None, will create a file.