Skip to content

prevent custom logger from mangling urls in logged messages

Jaime Nuche requested to merge fix-printed-urls into main

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

Edited by Jaime Nuche

Merge request reports