-
Notifications
You must be signed in to change notification settings - Fork 705
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
PropertySourceBootstrapConfiguration not reinitializeLoggingSystem if git properties not contains logging
prefix attribute
#392
Comments
You haven't provided almost any required information necessary to help you. Please provide a sample that replicates the problem |
I want to replace the logback.xml property with spring cloud config. git repository,but not work,get defaultValue. <springProperty name="LOG_PATH" scope="context" source="custom.logging.logpath" defaultValue="/opt/logs"/> |
Can you provide a full sample that replicates the problem? |
sample.zip |
Without setting some kind of property that specifies the custom logging prefix I am not sure how we could identify the correct property. |
can ignore the prefix every time it is refreshed, but this can be a bad practice |
The team decided to add a note to the documentation about this limitation. |
if my git properties
logback-spring.xml
The text was updated successfully, but these errors were encountered: