As I delve deeper into py-clean-arch, I see potential refinements to align more closely with Clean Architecture principles, especially regarding logging and middleware. I'd like to share some insights and seek community feedback.
I'm suggesting having a logging_conf.yml for centralized logging configuration. However, intertwining this config with specific code modules poses a structural challenge. Thoughts or recommendations on this are welcome.
Feedback
I'd appreciate feedback on the above suggestions and any alternative ideas you might have.
Overview
As I delve deeper into
py-clean-arch
, I see potential refinements to align more closely with Clean Architecture principles, especially regarding logging and middleware. I'd like to share some insights and seek community feedback.Proposed Directory Structure:
Logging Configuration Dilemma
I'm suggesting having a
logging_conf.yml
for centralized logging configuration. However, intertwining this config with specific code modules poses a structural challenge. Thoughts or recommendations on this are welcome.Feedback
I'd appreciate feedback on the above suggestions and any alternative ideas you might have.