Add millisecond resolution to log timestamps 72/5672/1
authorE. Scott Daniels <daniels@research.att.com>
Wed, 17 Feb 2021 20:01:58 +0000 (15:01 -0500)
committerE. Scott Daniels <daniels@research.att.com>
Wed, 17 Feb 2021 20:01:58 +0000 (15:01 -0500)
commitc1c70b9063270159319be48bb091051da906b6d0
tree19dd5037bab774ac126b81301d1045cb3863ff5d
parent01bc2ede4d9dd3122021489e489925bb30c847da
Add millisecond resolution to log timestamps

This change adds millisecond resolution to the timestamp written
on RMR stderr messages.

The change also allows the verbose control file specified by the
environment variable RMR_VCTL_FILE to be created and populated
after the application starts. In addition, if no variable is
supplied, RMR will now use a default control file (/tmp/rmr.v)
to allow debugging to be enabled without requireing an application
restart.

Issue-ID: RIC-627

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: I207150679370add11fcdeef381ff453b28e701db
CHANGES_CORE.txt
CMakeLists.txt
src/rmr/common/src/logging.c
src/rmr/common/src/rtc_static.c
src/rmr/si/src/rmr_si.c