When using the Gurobi Python package (gurobipy v. 8.1.0) alongside the standard Python logging package, I get on console a doubled output for Gurobi, for example
Total elapsed time = 498.27s
[2019-03-04 17:51:58,804][INFO] Total elapsed time = 498.27s
Does anybody know how to remove logging for gurobipy? Thanks