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

Need to be able to include Config fallback values to string representation #161

Closed
IgorFedchenko opened this issue Jan 11, 2020 · 0 comments · Fixed by #162
Closed

Need to be able to include Config fallback values to string representation #161

IgorFedchenko opened this issue Jan 11, 2020 · 0 comments · Fixed by #162
Milestone

Comments

@IgorFedchenko
Copy link
Contributor

Basically as stated at akkadotnet/akka.net#3886 - when we use config = config.WithFallback(fallback), and then call config.ToString(), we do not get fallback values included.

This is actually fine by default, but we need to have ability to include fallback values into string representation. Need something like config.ToString(true).

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 a pull request may close this issue.

2 participants