-
Notifications
You must be signed in to change notification settings - Fork 0
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
Rename Env Keys #6
Comments
this issue is currently blocked because of this PR. i would like to merge it before changing the Cpp Api to the new version to void having to deal with potential merge conflicts and to avid having to maintain 2 build setups. [Edit] its now unblocked. |
The CppApi is now changed to use no Env Vrabiables. but there are a few Questions about what names we want them to have.
|
Also i believe this should be a major version change Reason: |
Yup - should be fine to do. However, since we're still in experimental I'd personally also allow it to be minor bump still - but it'd go against regular 'version incrementing' rules. @dee-ynput preference? I'd opt for renaming - and making it clearer what the variables are for. Yes. I'd go with something like:
Why do we need this separately?
Why can't we just assume that when And for this one:
I have the tendency to also change that around so it's related to the pinning. So:
|
we dont do this for developer convenience. this way you can have a file set and disable it. eg for testing or for re running a job without it. also remember if you set an env variable to be empty on a good few Linux systems the env variable will not be gone.
agreed.
i like |
Fine with me - bit verbose but hey - if there's a use case, fine with me. @antirotor thoughts about having both enabled?
Or maybe a better name is:
|
i vote for the second option they are more direct and you don't need to guess. |
[Status] |
I vote for the second option too btw. |
#27 is ready to merge, merge it and go on with this one. |
the fix for this will be implemented inside ayon usd resolver. |
Tasks
The current name for the logger settings could be nicer. Let's change them to be a bit more descriptive.
AYONLOGGERLOGLVL = LOG_LEVEL
AYONLOGGERFILELOGGING = ENABLE_FILE_LOGGING
AYONLOGGERFILEPOS = LOG_FILE_PATH
[Blocking PR]
[PRs Waiting on this PR]
The text was updated successfully, but these errors were encountered: