This Page

app.logsetup — SEER logging help

class app.logsetup.CompressedFormat
format(record)

This blows but the logging stuff buffers the exception format during the core log and ignores any override so we copy most of the format function and do it ourselves, cut some unncessary code for us at the same time

app.logsetup.logSetup(level=20, filename=None)

Do setup of our logging based on the application name. We can’t use basicConfig as logging may have already been used