Horde Logs are not prefixed with date/time anymore.
Horde Log (PSR3) populates the context with $this->context['timestamp'] = time(); (ctor, LogMessage.php) Unfortunately this number seems not to be interpretable by simple formatter and therefore the logged messages are not prefixed with a timestamp.

Horde Logs are not prefixed with date/time anymore.
Horde Log (PSR3) populates the context with $this->context['timestamp'] = time(); (ctor, LogMessage.php) Unfortunately this number seems not to be interpretable by simple formatter and therefore the logged messages are not prefixed with a timestamp.