Skip to content

Add options to Moore to configure format and timeFormat of the MessageSvc

Christoph Hasse requested to merge make_msgsvc_configurable into master

The current default changes nothing.

But an easy options.msg_svc_format='%u % F%35W%S %7W%R%T %0W%M' will configure the MessageSvc to print timestamps for each printout which is useful for debugging or our nightly throughput test log files.
The option msg_svc_time_format specifies how the MessageSvc formats it's time and is set to a reasonable default here, but can be changed by the user as well if needed.

Merge request reports