This version adds support for logging. Logging is opt-in, so this release is fully backwards compatible: you will have to manually set the :log_level
option of the :corsica
app config in order to activate logging.
config :corsica, log_level: :info
You can read more about logging in the docs for the 0.3.0 version.