We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51b86a0 commit a1bfa4bCopy full SHA for a1bfa4b
sycl/source/detail/ur.cpp
@@ -233,7 +233,7 @@ static void initializeAdapters(std::vector<AdapterPtr> &Adapters,
233
const char *env_value = std::getenv("UR_LOG_CALLBACK");
234
if (env_value == nullptr || std::string(env_value) != "disabled") {
235
CHECK_UR_SUCCESS(adapterSetLoggerCallback(UrAdapter, urLoggerCallback,
236
- nullptr, UR_LOGGER_LEVEL_INFO));
+ nullptr, UR_LOGGER_LEVEL_WARN));
237
}
238
239
0 commit comments