icecrime / poule

:chicken: A framework for GitHub automation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Review logging versus stdout output

icecrime opened this issue · comments

Description

The tool's output so far is strictly using the standard log package, with a few extra fmt.Printf in the entrypoint commands.

What should be done?

Evaluate whether it would be better to:

  • Move away from logging.
  • Switch to a richer logging library (such as Sirupsen/logrus.
  • Leave it as it.