Re: [lttng-dev] Crash in application due to watchdog timeout with python3 lttng

2024-02-16 Thread Lakshmi Deverkonda via lttng-dev
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

Re: [lttng-dev] Crash in application due to watchdog timeout with python3 lttng

2024-02-16 Thread Kienan Stewart via lttng-dev
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