Remove float formatting from default log datefmt

This MR fixes an incompatibility in the default log date format.

The %f specifier, to print millisecond precision log times, is only supported by coloredlogs, not by the standard library logging module.

Merge request reports

Loading