Add timestamps to minimal logging

Hi we are working on a matter project using ncs v2.6.0

Currently we are running out of RAM memory and that´s why we have moved to minimal logging by enabling 

CONFIG_LOG_MODE_MINIMAL=y
Now we would like to add timestamps to the logs, but we don´t want to move to deferred logging because it takes too much more RAM.
Here my questions:
  • Is there a way to enable/add timestamps using minimal logging?
  • Is there a way to disable some features of deferred logging to keep it as minimal as possible but logging timestamps?

Thanks

Hugo

Related