The default message format will print: ``` [2021-12-22T08:22:29Z TRACE mymodule] <message> ``` When disable the target (module), there is an extra space before the `]`. ``` [2021-12-22T08:19:55Z INFO ] <message> ^ here ``` Could this be fixed ?