- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I want to enable trace logging. So I can see in detail what this openvino-dev python snippet is doing.
import openvino.runtime as ov
core = ov.Core()
print (core.available_devices)
I have built and installed openvino with debug enabled. I have set the OPENVINO_LOG_LEVEL environment variable to 5.
What more do I need to do to see some trace logging. If log files are being created where are they?
Thanks,
Roger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Roger,
Thank you for reaching out to us.
For your information, the LOG_LEVEL property is only for Debugging Auto-Device Plugin. As stated in the documentation, the OPENVINO_LOG_LEVEL provides the user with information on exceptions and error values for Auto-Device plugin only and not OpenVINO functions as a whole.
The code snippet you shared is only printing out a list of available devices and thus will not print any log info since it is not using the Auto-Device plugin.
Here is the result for setting the OPENVINO_LOG_LEVEL=5 and running Hello Classification Python Sample with AUTO device configuration:
Regards,
Hairul
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Roger,
Thank you for reaching out to us.
For your information, the LOG_LEVEL property is only for Debugging Auto-Device Plugin. As stated in the documentation, the OPENVINO_LOG_LEVEL provides the user with information on exceptions and error values for Auto-Device plugin only and not OpenVINO functions as a whole.
The code snippet you shared is only printing out a list of available devices and thus will not print any log info since it is not using the Auto-Device plugin.
Here is the result for setting the OPENVINO_LOG_LEVEL=5 and running Hello Classification Python Sample with AUTO device configuration:
Regards,
Hairul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Roger,
This thread will no longer be monitored since this issue has been resolved. If you need any additional information from Intel, please submit a new question.
Regards,
Hairul

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page