The extra logger that I have defined doesn't seem to work
Then also tried overriding the logger defined in the in custom module
Something strange happens here:
Logs are visible in console but not on cloud or UI
k
Kevin Kho
05/27/2022, 4:54 PM
What did you try?
k
Kayvan Shah
05/27/2022, 4:58 PM
Prefect extra logger setting
Then the classes I am importing from a module have a property self.logger which is override by the get run logger from prefect after defining in a task
Logs show up in console but not on UI
It is about prefect 2
k
Kevin Kho
05/27/2022, 5:24 PM
I think I’d need to try this out in a bit. Could you give me a sample class with that logger?