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

Improve mock backend logging #1818

Merged
merged 1 commit into from Sep 30, 2020

Conversation

llowinge
Copy link
Contributor

This PR is follow up to @ppalaga work in #1782.

@llowinge
Copy link
Contributor Author

Currently blocked by quarkusio/quarkus#12250

@Override
public void configure() throws Exception {
if (MockBackendUtils.startMockBackend(true)) {
/* Start the mock Telegram API unless the user did export CAMEL_QUARKUS_FALLBACK_MOCK=false */
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ppalaga This is a typo ? CAMEL_QUARKUS_FALLBACK_MOCK ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I do not see an issue. What would you expect there?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, I see, it should be CAMEL_QUARKUS_START_MOCK_BACKEND=false

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, good catch!

@llowinge llowinge force-pushed the improve-mock-backend-logging branch 2 times, most recently from 648244e to 7acc20c Compare September 30, 2020 07:49
@llowinge llowinge marked this pull request as ready for review September 30, 2020 07:50
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

2 participants