This is how, we have created the logger. So the first logger is for file
logging where is as the second one is for lttng.
self.logger = logging.getLogger('cd')
self.lttng_logger = logging.getLogger('cd-lttng')
It seems like at the instant exactly when lttng is logging some data on a
particu
Hi Lakshmi,
On 2/16/24 09:33, Lakshmi Deverkonda wrote:
This is how, we have created the logger. So the first logger is for file
logging where is as the second one is for lttng.
self.logger = logging.getLogger('cd')
self.lttng_logger = logging.getLogger('cd-lttng')
It seems like at the ins