The extra logger that I have defined doesn't seem ...
# prefect-community
k
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
What did you try?
k
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
I think I’d need to try this out in a bit. Could you give me a sample class with that logger?