Hi,
I’m using the ray data to process a dataset and I want to set the logging level for a specific package.
However, when I do that at the global level it doesn’t work. Do you know how can I do that?
Hi,
I’m using the ray data to process a dataset and I want to set the logging level for a specific package.
However, when I do that at the global level it doesn’t work. Do you know how can I do that?
Hi @ssamdav , are you referring to logging using the logging
library in conjunction with Ray Data, or the custom DatasetLogger
class? Could you provide some minimal code examples of what you’ve tried? Thanks.
Hi,
I think I already solved.
The problem was that when using the logging library in conjunction with Ray Data, in order to set a logging level you need to do in the file where you define the function, not in the main file where you call your pipeline.
Brilliant! Then we will mark this resolved.