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

It should be possible to silence migration logs #206

Open
pcdavid opened this issue Dec 18, 2023 · 0 comments · May be fixed by #207
Open

It should be possible to silence migration logs #206

pcdavid opened this issue Dec 18, 2023 · 0 comments · May be fixed by #207
Labels
component: core type: enhancement Making an existing feature better

Comments

@pcdavid
Copy link
Member

pcdavid commented Dec 18, 2023

Several migration participants log messages (as INFO) to inform about the model changes they perform. It's a good thing, but in the context of automated tests this produces a lot of noise in the logs.

We want to keep the automated tests applying migrations on old data models (instead of updating the models by doing a mass migration to the current Sirius version): it's a cheap way of testing the migrations themselves and ensuring, via our tests, that we can still load older Sirius models corectly.

At least in the context of tests however, it would be nice to be able to set a system property and disable these logs.

@pcdavid pcdavid added type: enhancement Making an existing feature better component: core labels Dec 18, 2023
@pcdavid pcdavid added this to the v7.4.0 milestone Dec 18, 2023
pcdavid added a commit that referenced this issue Dec 18, 2023
@pcdavid pcdavid linked a pull request Dec 18, 2023 that will close this issue
@pcdavid pcdavid linked a pull request Dec 18, 2023 that will close this issue
@pcdavid pcdavid removed this from the v7.4.0 milestone Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: core type: enhancement Making an existing feature better
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant