netromdk / slacker

Slacker - Easy access to the Slack API and admin of workspaces/teams.
MIT License
14 stars 0 forks source link

Log handler for stdout #38

Closed netromdk closed 6 years ago

netromdk commented 6 years ago

Instead of using print, we need to install an stdout log handler with Logger so that all interaction with log file and stdout is using Logger's log levels.

Add --quiet|-q argument to slacker which will then refrain from installing the stdout log handler.

After this is implemented, we need to go through the commands and slacker in general and insert log invocations.