Skip to content
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

vk_loader_settings.json with empty "stderr_log" and VK_LOADER_DEBUG=all generate partial log #1601

Closed
christophe-lunarg opened this issue Nov 15, 2024 · 1 comment · Fixed by #1606
Assignees
Labels
bug Something isn't working

Comments

@christophe-lunarg
Copy link
Contributor

christophe-lunarg commented Nov 15, 2024

Three cases.

  1. VK_LOADER_DEBUG is not set and stderr_log is set to error,warn,info,debug,layer,driver
    vk_loader_settings.json
    I am getting an exhaustive log:
    log.txt

  2. VK_LOADER_DEBUG is set to 'all' and vk_loader_settings.json doesn't exist:
    log2.txt an expected different log, exhaustive.

  3. VK_LOADER_DEBUG is set to 'all' and stderr_log is set to nothing:
    I am getting a very small log corresponding to what was loaded in vk_loader_settings.json but most of the log is not outputted. So the filtering in the Vulkan Loader doesn't seem consistent.
    log3.txt
    vk_loader_settings.json

@charles-lunarg
Copy link
Collaborator

Is this a duplicate of #1594?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants