Logging Configuration
We use a static resource containing a single JSON file to configure Log.apex.
[
    {
        "patterns": [ "test" ],
        "level": "Debug",
        "appenders": [
            {
                "name": "Log.DefaultAppender"
            }
        ]
    }
]