prevent custom logger from mangling urls in logged messages
Our custom logger uses ANSI control sequences to print color. In log messages that end with a url, the reset control sequence we add gets appended to the url and mangles it. Adding a whitespace to the control sequence avoids this