Attention is currently required from: pespin.
fixeria has posted comments on this change by fixeria. ( https://gerrit.osmocom.org/c/osmocom-bb/+/41652?usp=email )
Change subject: trx_toolkit: print milliseconds in logging ......................................................................
Patch Set 1:
(1 comment)
File src/target/trx_toolkit/app_common.py:
https://gerrit.osmocom.org/c/osmocom-bb/+/41652/comment/6bdac25e_e962e6f1?us... : PS1, Line 42: log_fmt = "%(asctime)s.%(msecs)03d " + log_fmt if log_time else log_fmt
is it easy to print usecs instead? I'd welcome usec granularity.
There exists no macro for usec granularity, so this would require writing a custom logging formatter. I can work on adding it if you really-really need that.