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

feat(VFS): Adding logging statements around retrieving Deadline VFS location from environment #75

Merged
merged 2 commits into from
Oct 20, 2023

Conversation

natmatn
Copy link
Contributor

@natmatn natmatn commented Oct 16, 2023

What was the problem/requirement? (What/Why)

Limited logging info when retrieving Deadline VFS location from environment variables made it unclear where the path was being retrieved from. This made bugs around locating the VFS harder to track down.

What was the solution? (How)

Logging where the VFS path was retrieved from, whether it's the expected environment variable or the hard coded fallback path.

What is the impact of this change?

No impact, purely a logging change.

How was this change tested?

hatch run test

Was this change documented?

No

Is this a breaking change?

No

…ocation from

environment. Adding new DEADLINE_VFS_PATH env var check so FUS3_PATH can be removed

Signed-off-by: Nathan Matthews <natmatn@amazon.com>
@natmatn natmatn merged commit 51e8664 into mainline Oct 20, 2023
18 checks passed
@natmatn natmatn deleted the natmatn/vfs_env_logging branch October 20, 2023 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants