Werk #13089: Fixed logging with microsecond timestamps

Component The Checkmk Micro Core
Title Fixed logging with microsecond timestamps
Date Oct 13, 2021
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
2.1.0b1 Checkmk Enterprise (CEE), Checkmk MSP (CME)
2.0.0p13 Checkmk Enterprise (CEE), Checkmk MSP (CME)
1.6.0p28 Checkmk Enterprise (CEE), Checkmk MSP (CME)

Checkmk 1.6.0 introduced a small regression where log lines in cmc.log were missing a space when logging with microseconds was enabled. Lines like

2021-10-13 10:24:51696.318 [5] [core 12345] Foo bar happened.

should really read:

2021-10-13 10:24:51 696.318 [5] [core 12345] Foo bar happened.

This has been fixed.

To the list of all Werks