Newest questions tagged python - Stack Overflow
Is it possible to configure structlog using Python stdlib fileConfig/dictConfig
Python's stdlib has a way to configure the logging using a dictConfig or fileConfig . A tool I am using (Dask) supports configuring logging this way as part of its greater config file. Can I configure structlog this way?
View original source