sawmill.configurator.alpha

sawmill.configurator.alpha.configure(email_sender, email_recipients, level='info', filepath=None, redirect_standard_logging=True, *args, **kw)[source]

Alpha configurator.

level will determine the minimum level to display on stderr. filepath can be used to set where the log file should be stored. It defaults to a temporary file named after the current date and time.

If redirect_standard_logging is True then also redirect all standard library logging to Sawmill using sawmill.compatibility.redirect_standard_library_logging().