Logging#
Rigging uses loguru for it's logging. By default it disables it's logger allowing users to choose when/how to gather messages.
If you want to let rigging messages flow into loguru, you should enable it:
If you want to have some sane default handlers with dual console & file logging, you can use the rigging.logging.configure_logging function to configure loguru.
(This will remove existing handlers, so you might prefer to configure them yourself)