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

Add a way to get nested dicts out of a ConfigDict for libraries that need them (e.g. logging.config, beaker) #782

Open
defnull opened this issue Aug 21, 2015 · 0 comments
Labels
Change Neigher a bug nor a freature, but something that needs to be addressed.

Comments

@defnull
Copy link
Member

defnull commented Aug 21, 2015

@rcarmo said in #772

May I suggest ensuring that the Python logging configuration becomes part of the overall config?

The bottle config is flat (i.e. keys.with.dots.in.them) but the logging.config module expects a nested structure. Some other frameworks need that, too (e.g. beaker). We have ConfigDict.load_dict() to flatten a nested dictionary or json. The reverse would be required to easily populate logging configuration out of bottle.

@defnull defnull added the Change Neigher a bug nor a freature, but something that needs to be addressed. label Aug 21, 2015
@defnull defnull added this to the Release 0.13 milestone Aug 21, 2015
@defnull defnull removed this from the Release 0.13 milestone Sep 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Change Neigher a bug nor a freature, but something that needs to be addressed.
Projects
None yet
Development

No branches or pull requests

1 participant