General
- CMake added RPATHs for libzmq and mpi to be linked with
libmelissa_api.so. (This issue arised when working in a spack environment where manual install of melissa, although, successful, failed to link these to libraries causing runtime issues withinapi/melissa_api.py). Ideally, should be removed again. - Moved logging configuration inside the
BaseServerclass. - Exception fixes + documentation.