@hanami provides the ability to reuse param validations/definitions across actions.

In each action class you can define `params` blocks, but you can also make those into reusable classes that can be shared (and tested!) if you have a common set of params that need to be used!

#HanamiTips

Starting a new series called: #HanamiTips

You can implement your own logging behavior for
@hanami by overriding the `config.logger.logger_constructor` in your app.rb file.

This one records the logs to stdout AND a log file and rotates logs daily or at 1mb in size.