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

be consistent with message logging annotation names #727

Merged
merged 1 commit into from
Jul 25, 2019

Conversation

ryandawsonuk
Copy link
Contributor

It works without the seldon prefix. The reason for that is that the application.properties file in the engine has entries without the prefix as properties and spring boot properties are bound to env vars automatically with spring boot relaxed binding. However, the spring boot properties explicitly reference env vars with the prefix, which will be used if none are specified that match the relaxed binding. Using the explicit ones is probably clearer. Either way we should be consistent with what is now in the operator.

@ryandawsonuk ryandawsonuk merged commit 1e23ddc into SeldonIO:master Jul 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants