There is a (currently undocumented) debug config option in the module which minimises the logging. By default it should be set to false, but you can explicitly set it yourself
i.e. debug: false,
In earlier versions it had little effect, but in the latest commit, it should significantly reduce the volume of logging.
See how it goes