Standardize logger package

Multiple logging packages are used in the project:

log "github.com/sirupsen/logrus"

"log"

We should decide which is preferred and move all files to use the same package.