Werk #13089: Fixed logging with microsecond timestamps

Komponente The Checkmk Micro Core
Titel Fixed logging with microsecond timestamps
Datum 13.10.2021
Checkmk Edition Checkmk Enterprise (CEE)
Checkmk-Version 1.6.0p28 2.0.0p13 2.1.0b1
Level Kleine Änderung
Klasse Bugfix
Kompatibilität Kompatibel - benötigt kein manuelles Eingreifen

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.

Zur Liste aller Werks