Add logging system
Closed this issue · 0 comments
jamebs commented
What?
We would like to add optional logging system, which will inform about all module/pipeline-related events. E.g. module's bootstrap/teardown or beginning request processing.
Why?
To improve debugging and add easily integrable verbose mode.
How?
By adding an option, which will enable/disable verbose mode. MAGDA will automatically print out logging messages while in verbose mode. The target (console/file/anything else) will be configurable