fugue / credstash

A little utility for managing credentials in the cloud
Apache License 2.0
2.06k stars 215 forks source link

Credstash.log is created in current directory even when --log-file is provided. #274

Closed ElayneB closed 4 years ago

ElayneB commented 4 years ago

Running into a problem where credstash creates the file credstash.log in the current directory even if I pass it the --logfile argument. E.g. credstash --log-file '/tmp/credstash.log' --table $CREDSTASH_TABLE --region $AWS_REGION getall --format dotenv creates the file /tmp/credstash.log but it also creates a file credstash.log in the current working directory.

mike-luminal commented 4 years ago

Resolved in #279,