cmdln / flashbake

Scripts to gather information for including in version history comments and to make using source control a bit simpler for non-technical projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

last.fm plugin seems to publish api key in the commit message?

carlosalonso opened this issue · comments

I tried to use the last.fm plugin, but when running flashbake -c the API call, including my API key is published as the 1st line of the commit message.

This comment is stale, but since it's here...I think an easy solution is to just delete the logging.info command on line 43. That's how it's being captured as far as I can tell. Is that okay with you @commandline or is there a better alternative?

Changing it to debug, I think, would be preferable.

Sounds good. Pull request sent.

bumping this for @commandline with a request to close as this is resolved.