You can run actinia-metadata-plugin in multiple ways:
- as actinia-core plugin
- as standalone app with gunicorn, connected with a running actinia-core instance
If used as actinia-core plugin, the main.py is not executed.
For installation or DEV setup, see docker/README.md.
https://semver.org/ (MAJOR.MINOR.PATCH)
in any module, import from actinia_metadata_plugin.resources.logging import log
and call logger with log.info("my info i want to log")