v1.2.1
-
There were too much log.info messages being written as messages were being produced everytime a query was requested. This produces too much log text for a production run log.info call removed were replaced with log.debug so they will still appear if
--verbose
is passed -
Run automatic formatting with go fmt. This is useful so future commits and pull request won't be more polluted than needed by reformatting code