GovReady / Issue-Packs

Generate packs of compliance related issues for GitHub issues
MIT License
1 stars 3 forks source link

Remove logger as an attribute of IssuePack #13

Closed cmbirk closed 8 years ago

cmbirk commented 8 years ago

Make it a var instead that can be modified via the constructor. It's causing too many scoping problems.

gregelin commented 8 years ago

To where is the log written?

Can a user navigate to a log page and see her history?

cmbirk commented 8 years ago

The log is written to the console or the terminal, depending on how the library is used.

cmbirk commented 8 years ago

This is fixed in b66284d