By default, Simics log messages only show the object that logged the message. Like these, for example:
[board.mb.sb.spi.bank.spi_regs spec-viol] Write to read-only field spi_regs.hsfsts.fdv (value written = 0x0000, contents = 0x0001).
...
[board.mb.sb.lan.bank.csr spec-viol] writing 0 to count is not allowed
...
[board.mb.cpu0.core[3][1] info] 0x585: Reading from unknown MSR. Signaling GP fault.
How do I get to see the time of the log in order to understand which logs are close in time (including hitting on the same cycle) and which are far apart?