Skip to content

Logging typo? #11

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

Closed
ngeiswei opened this issue Mar 17, 2021 · 0 comments
Closed

Logging typo? #11

ngeiswei opened this issue Mar 17, 2021 · 0 comments

Comments

@ngeiswei
Copy link
Member

In

log.info("Launching {} on port {}".format(str(registry[service_name]), service_module))

shouldn't it be instead

        log.info("Launching {} on port {}".format(service_module, str(registry[service_name])))

?

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

No branches or pull requests

1 participant