Conversation
Add providers log on error.
|
@rmk135 Here - #510 - you write that after reraise exception all exceptions will be just general 'Exception'. and receive type of Exception was TypeError (I used this demo Also, I'm not sure about printing providers, Maybe we can log them somewhere. Addition idea about problem was to add ENV var like DEPENDENCY_INJECTION_DEBUG_MODE I think this issue is very important - for me, it is real hell to find error in dozens providers by unclear error message. |
Use logging for providers error.
Add providers log on error.