This PR moves away from using the root logger. The logger is now initialized together with the mantis module with a INFO level console handler. The DEGUB level file handler is adding with the init of the acquisition engine, as before (once we know where the log file should be saved). This PR will also allow for more robust reuse of the longer in analysis modules.
Fixes #61
This PR moves away from using the root logger. The logger is now initialized together with the mantis module with a INFO level console handler. The DEGUB level file handler is adding with the init of the acquisition engine, as before (once we know where the log file should be saved). This PR will also allow for more robust reuse of the longer in analysis modules.