Skip to content

Fix logging config type bug

Andreas Ellewsen requested to merge logging-type into master

We used a generic dict type in case the python logging config starts using other types than string for the keys in the future.

Merge request reports