netromdk / slacker

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

Stdout log handler format #52

Closed netromdk closed 6 years ago

netromdk commented 6 years ago

The output in stdout is too verbose, like:

0xCoders> files
2018-02-04 11:56:35,101 - FilesListCommand - INFO - Listing files..
2018-02-04 11:56:35,422 - FilesListCommand - INFO -   Screen Shot 2018-02-02 at 20.11.30.png              44.36 KiB
2018-02-04 11:56:35,422 - FilesListCommand - INFO -   pkill.png                                           29.43 KiB

Which should be something like:

0xCoders> files
Listing files..
   Screen Shot 2018-02-02 at 20.11.30.png              44.36 KiB
   pkill.png                                           29.43 KiB