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

Don't log info messages or async load Liquibase during compilation #9043

Merged

Conversation

camsaul
Copy link
Member

@camsaul camsaul commented Nov 28, 2018

There are a few things that are only need to happen during runtime like loading Liquibase (done asychronously to speed up launch) or logging the "Starting Metabase" message. Check if we're compiling the uberjar and skip these if logging messages if we are.

Also: don't try to run sync tasks for Databases that no longer exist (previously caused a warning but didn't affect anything)

@camsaul camsaul force-pushed the extra-logging-for-DynamicClassLoadHelper-errors branch from ed4e934 to c0dd52e Compare November 30, 2018 22:14
@camsaul camsaul merged commit 47e0e65 into release-0.31.2 Nov 30, 2018
@camsaul camsaul deleted the extra-logging-for-DynamicClassLoadHelper-errors branch November 30, 2018 22:27
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.

None yet

1 participant