-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any method to mute the log outputs #109
Comments
Hello @Yongfan-Liu , thank you for your feedback, Could you try to set an empty sync before calling your code and see if this is helpful to remove the logs:
|
Hello @SeaOtocinclus, thank you for your help.
|
Currently, my solution is to print the content I focused on to a txt file. So I can avoid the logs by checking the txt file. /w\
|
Hello teams,
I'm trying to extract the data for the machine learning training. The dataset extractor opens the vrs files many times. I want to avoid the log output when a provider is created.
e.g.
gt_provider = AriaDigitalTwinDataProvider(data_paths)
Its outputs always take multiple lines and make other outputs hard to find. Is there any method to mute the outputs?
The text was updated successfully, but these errors were encountered: