Remove log config modification
There's a line of code that silently modifies the configured log
variable. This is a bad idea, as it makes stuff harder to debug. This MR removes that line of code.
-
I ran cargo fmt
andcargo test
-
I agree to release my code and all other changes of this MR under the Apache-2.0 license