I recently started a project where I wanted to use cronitor python module. It's working, however whenever I set up a logger in my code cronitor is also posting in my logger. I'm not using the root logger instead I'm using a name even like that cronitor module is posting there, this of course is messing my custom log format.
And the output is a duplicate of my message but with a different format simply by importing it does this, yes I tried to disable the logger for the module in the usual ways but other than modifying the module code I see this as a possible bug.
Hi Team,
I recently started a project where I wanted to use cronitor python module. It's working, however whenever I set up a logger in my code cronitor is also posting in my logger. I'm not using the root logger instead I'm using a name even like that cronitor module is posting there, this of course is messing my custom log format.
And the output is a duplicate of my message but with a different format simply by importing it does this, yes I tried to disable the logger for the module in the usual ways but other than modifying the module code I see this as a possible bug.
My env is pure python 3.9.x
Thanks!