Confd logs are printing twice

  1. I see logs are coming twice as below, is it expected. ie. “CONFD_OK”

  2. After timestamp enabled for logs i see timestamp is getting inserted in but TRACE_LOG and CONFD_OK as you see below. is it expected ?

32 2022-05-04 14:14:47:865 TRACE CDB_SYNC_SUB CDB_DONE_OPERATIONAL2022-05-04 14:14:47:865 → CONFD_OK
33 2022-05-04 14:14:47:865 → CONFD_OK

1 2022-05-04 14:14:47:821 TRACE Connected (events) to ConfD
2 2022-05-04 14:14:47:822 TRACE Connected (events) to ConfD

Without having seen the full log I am guessing that one of the “CONFD_OK” log entries is a return value from an API call made before the call to cdb_sync_subscription_socket().